RE: Its urgent .......

Subject: RE: Its urgent .......
From: "DuCharme, Robert" <Robert.DuCharme@xxxxxxxxxx>
Date: Wed, 31 May 2000 14:25:42 -0400
>I have an xml file which i have attached below. I want to parse this and 
>display an html file from this xml data.

To convert it to HTML that has no slashes in its empty element tags, use
<output method="html"/> in your stylesheet. That's the only trick; the rest
of the conversion should be straightforward XSLT.

>apart from this i should also be able to tell which row the user has
clicked 

XSLT is about converting XML documents, and offers no way to trap user
events.

>  or the problem can be solved if i can get the number of rows.

I didn't see any row elements in your example. Use the count() function to
count elements meeting a certain condition.

Bob DuCharme       www.snee.com/bob       <bob@  
snee.com>  see www.snee.com/bob/xmlann for "XML:
The Annotated Specification" from Prentice Hall.


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


Current Thread