Re: [xsl] Empty node set when namespace nodes are used

Subject: Re: [xsl] Empty node set when namespace nodes are used
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Thu, 23 May 2002 21:46:56 +0200
Hello Trang,

it's relative easy.

XML:
<TNMSData xmlns="x-schema:C:\WINNT\TNMSDataSchema.xml">
XSL:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";

xmlns:TNMS="x-schema:C:\WINNT\TNMSRilSchema.xml">

The namespace in the XML ("x-schema:C:\WINNT\TNMSDataSchema.xml") is different to the namespace in XSLT ("x-schema:C:\WINNT\TNMSRilSchema.xml").


Regards,

Joerg


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



Current Thread