|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: adding hierarchy
Jim_Albright@xxxxxxxxxxxx wrote:
Hi
> <xsl:template match="item[following::*[1]=following::list[1]]">
If you want to test if the following element is a 'list', use
instead:
item[following::*[1][self::list]]
> <xsl:element name="item">
This is not an error, but this is usually easier to read when you use
literal elements:
<item>
Regards,
--drkm
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Plus de moyens pour rester en contact. http://mail.yahoo.fr
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






