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]

RE: Its urgent .......


>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

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