[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Problem with control character

Subject: Problem with control character
From: FranklinChen@xxxxxxx
Date: Wed, 3 Sep 2003 15:23:45 -0400
xml control character
I have encountered a truly annoying problem.  The enclosed stylesheet
does not work (with Xalan-J 2.5.1 or various other XSLT processors)
because apparently  is not a valid character for XML 1.0 (though
it will be allowed in 1.1).  Now, I have a large stylesheet that is
used to transform XML to text, and I need to output this character!
Is there any pure XSLT workaround for my problem, or do I have output
something like "JUNK" and have a (non-XSLT) script postprocess the
text to replace that with the required control character?

<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:output method="text" encoding="UTF-8"/>

  <xsl:template match="/">
    Output &#21; character.
  </xsl:template>
</xsl:stylesheet>

-- 
Franklin

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.