|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Manipulating elements depending on the existence o
> So my XSL question is: am I able to check for the existence > of a "UniqueInfo" element within an "Item" element, and if > one does not exist, use the UniqueInfo element that the next > "Item" contains? Try select="(UniqueInfo | following-sibling::Item[1]/UniqueInfo)[1] for example, in a variable: <xsl:variable name="uniqueInfo" select="(UniqueInfo | following-sibling::Item[1]/UniqueInfo)[1]"/> This relies on the fact that the result of a union (|) is always in document order, and "[1]" will therefore select whichever comes first: the UniqueInfo child of this item, or the UniqueInfo child of the next item. Michael Kay http://www.saxonica.com/
|
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
|

Cart








