Hi,
i want to display a xml file on by browser(requesting a XML file from server) but when i view the source in my browser the source should be in HTML. can some one tell me how do i do it.
eg: www.brainbench.com.
in this site even the action part is a xml file. how can a xml file accept parameters from the client.
eg: <form method="post" action="action="/xml/bb/login.xml?url=%2Fxml%2Fbb%2Fmybrainbench%2Fmybrainbench.xml">
i can use XSL to convert XML to HTML ...
but i don't want to do that since NetScape cannot process XML docs. i want to do something similar to www.brainbench.com
can some one give me an idea how do i do it.
i am using PHP,MySQL,Apache,Linux (xml enabled) .. on my server.
Thanks in Advance,
Danny ...