xsl-list
[Top] [All Lists]

Re: none

2003-03-19 11:24:23
"ALAMI" == ALAMI Ahmed <aalami(_at_)netfective(_dot_)com> writes:

    ALAMI> Hello everyone,
        
    ALAMI>      Is there a way to transform XML documents with XSL
    ALAMI> stylesheets offline, that means without specifying the
    ALAMI> namespace of the stylesheet.  example :

    ALAMI> <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet
    ALAMI> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
    ALAMI> version="1.0">


    ALAMI> with

    ALAMI> <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet
    ALAMI> xmlns:xsl=LOCAL_URI>


a) You must use the designated namespace, but
b) That does not mean you need to be online - there is no HTTP request
involved - the XSLT processor just "knows" it is the correct namespace.
-- 
Colin Paul Adams
Preston Lancashire

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



<Prev in Thread] Current Thread [Next in Thread>