[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: (Possible) pitfall: XSLT 2, 9.4 Creating implicit
On 09/05/2012 16:02, Christian Roth wrote:
Hello, Is there a technique or pattern I could employ (maybe utilizing the @as attribute somehow?) Firstly, avoid creating temporary trees where you don't need them. Whenever you find yourself using xsl:variable with content, ask yourself whether you shouldn't be using the @select attribute instead. Secondly, always use the @as attribute to declare the type of the variable you think you are creating. When you declare your types, the compiler can tell you about your mistakes. Michael Kay Saxonica
|
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
|