This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Empty node set when namespace nodes are used


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]