About Ashvin Expertise I can handle all the queries related to XML. I can sort out problems regarding XSLT and XSL. I work using MSXML components. I can handle XML-SQl, XML-VB and XMl-ASP related queries.
Experience I have worked for 2years in this feild. I have worked in SGML and DTDs, and now working in XML and Schemas.
Expert: Ashvin Date: 3/25/2004 Subject: XML parsing and interpreting
Question Hi,
i have created a XML file that contains the user selections made using a HTML form. in this XML file, i have included entire file paths as
elements instead of just single data values. ie my XML is as follows:
actually in my HTML form, the user is given a set of jpeg images and he has to choose one among them. similarly he is allowed to choose a text
file containing data from a set of text files. these are shown in XML as:
(1) now when i parse this XML file using a parser, what will be the output that is obtained?
and
(2) say the user has selected "aa.jpg" and "data1.txt", how can i modify my XML file so that the server side programs can extract only these two selected files.
i am really finding it difficult to proceed and hope u help me out. any similar sites/links will also be helpful
thanks in advance.
Answer Hello Sri,
First of all I am Very sorry for the delay, I was very busy in my projects.
Well, for you, you must know you have to make XSL / XSLT for the xml file so that you can format the XML file for the user to select from the dropdown.