|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Beginner's question
[J S Publications] > > That is pretty much what I came up with. The problem is that on its own in > an XSL I am getting everything else being output as well. How do you block > everything but stuff inside the relevant <site>? > That usually happens because XSLT has a default template that pulls out text content of elements if no other template applies. To defeat this, put the following template after all others: <xsl:template match='*'/> This causes no output for any element that wasn't already handled by another template, and overrides the default template. Cheers, Tom P XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








