[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Re: none


Subject: [xsl] Re: none
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 19 Mar 2003 18:24:23 +0000

>>>>> "ALAMI" == ALAMI Ahmed <aalami@xxxxxxxxxxxxxx> 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



Current Thread
Keywords