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: Create text file 2


> From: Hakan Pettersson [mailto:hakanxsl15@hotmail.com]
> 
> 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

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