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

Re: Why saxon doesnt allow this?

Subject: Re: Why saxon doesnt allow this?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 4 Apr 2000 18:48:33 +0100 (BST)
xml char 169
> Why saxon is not allowing this character?.
Not really saxon, it's the XML parser you are using with Saxon.

what do you mean by `this character' If you mean unicode character xA9
(copyright) then you can always refer to that as &#xA9; in any encoding.

but if you want to refer to it just using character data you need
to be using an encoding that includes the copyright character
and then use whatever bytes are required in that encoding.

In utf-8 (the default xml encoding) character 169 is encoded as two
bytes ?© alternatively you could encode your XML file in latin 1
encoding and then copyright is encoded as one byte, ©, but then you need
to start the xml file <?xml version="1.0" encoding="iso-8859-1"?>

David


 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.