[xsl] processing nodes together with different attributes

Subject: [xsl] processing nodes together with different attributes
From: "sony sebastian" <sony50@xxxxxxxxxxx>
Date: Mon, 26 Mar 2001 18:43:40
Hi:

I am new to XSL. Please take a look at my XML.


<par def='1'/> <par> aa </par> <par def='2' list='bullet'/> <par def='2'><!--BULLET ENTRIES START--> first bullet entry </par> <par> second bullet entry </par> <par def='1'/><!--BULLET ENTRIES FINISH-->

I have to get the following output.

aa
*first bullet entry
*second bullet entry

How can I use XSL to get this output. Right now, I am processing <par> and <par def=..> tags under different templates. That makes it difficult to process the bullets (as they have both pardef and par tags)together.

Please give me some pointer to a solution.

Thank you very much in advance.

Sony.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


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



Current Thread