You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/03 22:35:09 UTC

DO NOT REPLY [Bug 9959] - All extensions should use same namespace URI

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9959>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9959

All extensions should use same namespace URI





------- Additional Comments From mkwan@ca.ibm.com  2002-10-03 20:35 -------
The namespace convergence work is done.

Here are the new namespaces:

Java extension: http://xml.apache.org/xalan/java
Redirect: http://xml.apache.org/xalan/redirect
PipeDocument: http://xml.apache.org/xalan/PipeDocument
SQL:  http://xml.apache.org/xalan/sql

xsl:output, lxslt:component and lxslt:script now all use 
the "http://xml.apache.org/xalan" namespace. XSLTC used to use the  
namespace "http://xml.apache.org/xalan/xsltc" for its own builtin extensions 
(nodeset and output). Now all XSLTC builtin extensions can be accessed from the 
http://xml.apache.org/xalan namespace. The namespaces for features on 
TransformerFactoryImpl (incremental, etc.) are not changed, because the 
namespaces already starts with "http://xml.apache.org/xalan".

Backward compatibility is maintained so that any stylesheet using the old 
namespace will still work as expected.