|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Filtering RSS feed with xsl based on presence of
> As I'm not an expert on backward compatibility between XSLT > 2.0 and 1.0, and only having dabbled in things 1.0, which > parts of the code I submitted would need rewriting? If you've only dabbled, then the incompatibilities are in obscure corners of the language that you probably don't know about and probably don't want to. The main thing you need to know is that you have a choice between running in "backwards compatibility mode", which gives you 99.99% compatibility, and "2.0 mode" which gives you about 99% - mostly that means it gives you error messages if you do things that you probably shouldn't have been doing in the first place. You make the choice by setting version="1.0" or "2.0" on the xsl:stylesheet element. 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
|






