[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XSLT processor performance

Subject: RE: XSLT processor performance
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 31 Jul 2000 09:47:36 +0100
xslt processor performance
> <xsl:stylesheet 
> xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version="1.0"
>   xmlns:xt="http://www.jclark.com/xt"
>   xmlns:ora="http://www.oracle.com/XSL/Transform/java/"
>   xmlns:saxon="http://icl.com/saxon"
>   xmlns:xalan="org.apache.xalan.xslt.extensions.Redirect"
>   extension-element-prefixes="saxon xt xalan ora"
>   exclude-result-prefixes="ora saxon xt xalan"
>   >
> 
> <ora:output name="oout" method="html"/>

Saxon is wrong to reject the ora:output, it should ignore it. It's doing the
test "this is an element in an extension element namespace that I don't
recognise" before it does the test "this is a top-level element, so I should
ignore it if I don't recognise its namespace".

I don't know how ora:output is designed to work, by the way, but
saxon:output is an instruction, not a top-level elements, so it only makes
sense to use it within a template body. 

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.