Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 10th, 2006, 06:19 AM
Authorized User
 
Join Date: Jun 2006
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default text output problems

Hi,

I have the following : <xsl:text> x > 0 </xsl:text>
Output : x &gt; 0

How do i force it to output '>' symbol. I have set the output to 'text' (and saxon is always putting an <?xml ...> header !!! is it a bug ?).

Thanks

 
Old August 10th, 2006, 12:31 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

If you have set xsl:output method="text" then Saxon will not escape special characters and will not output an XML declaration. I can only speculate that either (a) you xsl:output declaration is wrong (you haven't shown it), or (b) you're not using the Saxon serializer - perhaps you're sending the output to a DOM and serializing that with the DOM serializer. Wild guesses, I know, but with so little information one has to speculate.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
TEXT OUTPUT IN WINDOWS suman_16 XSLT 1 January 24th, 2008 06:09 AM
Output to text bonekrusher XSLT 4 November 25th, 2007 01:06 PM
XSL:output method="text" Pankaj C XSLT 4 August 2nd, 2007 10:05 AM
UTF Output Problems Morrislgn XSLT 1 June 1st, 2005 09:05 PM
problems with stored proc and output parameters zieg42 VB.NET 2002/2003 Basics 1 June 12th, 2004 07:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.