Subject: RE: MSXML 3.0 XSLT. Does it work?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 12 Jul 2000 17:10:29 +0100
|
> <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
|