present XML file on Client

T

Todd

I have been given an XML file that I need to burn to a CD with an
application that runs on the client machine, meaning Client Side
Scripting.

What they want to see is a search page, with 1 textbox that will allow
the user to search on one of the attributes of the XML file. Based on
that search, the output would be several of the chold nodes from the
XML file with one of them being a hyperlink to the details of that
entire node.

I have been looking at either DHTML or XHTML and I would really like
your advice on how to handle this.

thx
-t
 
M

Martin Honnen

Todd said:
I have been given an XML file that I need to burn to a CD with an
application that runs on the client machine, meaning Client Side
Scripting.

What they want to see is a search page, with 1 textbox that will allow
the user to search on one of the attributes of the XML file. Based on
that search, the output would be several of the chold nodes from the
XML file with one of them being a hyperlink to the details of that
entire node.

I have been looking at either DHTML or XHTML and I would really like
your advice on how to handle this.


You could built a HTML page that loads the XML file using MSXML with
MSIE/Win and XMLHttpRequest with Netscape/Mozilla. Then you can use DOM
scripting or even DOM XPath scripting to search the XML and maybe XSLT
to transform the XML data to HTML to render in the browser.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top