As Andrew said hard to tell without knowing which version, but I guess it's
the original one that shipped with IE5 and this should fix it:
<xsl:template match="book">
<xsl:value-of select="./@title"/>
</xsl:template>
don't ask me why but it did when I ran into the same problem a while back, I
do suggest you get the latest MSXML 3.0 from MS website.
Perry
From: AndrewWatt2000@xxxxxxx
Reply-To: xsl-list@xxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: bu
Date: Wed, 12 Jul 2000 17:11:46 EDT
In a message dated 12/07/00 20:18:26 GMT Daylight Time,
sixty9th@xxxxxxxxxxx
writes:<<
hi folks,
The following xsl script does not work in MSXML
Any ideas, which make it working in MSXML?
<xsl:template match="book">
<xsl:value-of select="@title"/>
</xsl:template>
Thnx.Gene
>>
Gene,
You are more likely to get some assistance if you tell the list, for
example,
which version of MSXML you are using, in what way it "doesn't work" and
what
is in the file you are applying it to.
You don't give enough information for anyone to give you a definitive
answer.
Regards
Andrew Watt
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- bu
- sixty nine - Wed, 12 Jul 2000 18:13:42 GMT
- <Possible follow-ups>
- AndrewWatt2000 - Wed, 12 Jul 2000 17:11:46 EDT
- Perry Molendijk - Wed, 12 Jul 2000 22:10:53 PDT <=
|
|