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]

RE: MSXML 3.0 XSLT. Does it work?


>      <xsl:template match="SearchSet">
>           <xsl:apply-templates/>
>      </xsl:template>
> 
[MHK>]  
> The XML Code is:
> 
> <?xml-stylesheet type="text/xsl" href="testss.xsl"?>
> <SearchSet xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt
> ="urn:schemas-microsoft-com:datatypes" xmlns:plss="urn:ctl.com:plss">
> 
[MHK>]  <SearchSet> has a non-null namespace URI, you must match this URI in
the stylesheet.

Mike Kay


 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]