This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Its urgent .......


Hello
Iam very new to xml and  just started any help is appreciated
I have an xml file which i have attached below. I want to parse this and 
display an html file from this xml data.

apart from this i should also be able to tell which row the user has clicked 
  or the problem can be solved if i can get the number of rows.

it is very urgent and thanks in advance



<RESPONSE xmlns:dt="urn:schemas-microsoft-com:datatypes">
<mytag ID="NEW">
<COLUMN ID="NAME"  VISIBLE="YES" TYPE="TEXT">Name</COLUMN>
<COLUMN ID="ADDRESS  VISIBLE="YES"  TYPE="TEXT">Address </column>
</mytag>

    <TASK>
			<AREA ID="001">
				<NAME>pat</NAME>
				<ADDRESS> nj </ADDRESS					        </AREA>
		         <AREA ID="001">
				<NAME>pat</NAME>
				<ADDRESS> nj </ADDRESS					        </AREA>
    </TASK>
</RESPONSE>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]