Subject: RE: Create text file 2
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 30 Jun 2000 09:58:14 +0100
|
> From: Hakan Pettersson [mailto:hakanxsl15@xxxxxxxxxxx]
>
> However - when I use:
>
> <saxon:output file="imagefile.txt" method="text">
> <xsl:value-of select="."/>
> </saxon:output>
>
> I cannot output text from my stylesheet - only text from
> the element in my XML-file.
>
There is a known bug in Saxon 5.3.2 that affects what happens when you try
to write element nodes to an output destination using method="text". (See
the Saxon list archives at http://saxon.xsl.listbot.com)
It's not clear to me why you should want to do this.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|