xsl-list
[Top] [All Lists]

RE: Binary characters in XML

2003-06-29 05:16:19
Hi,

I am trying to transform an XML document:

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="bin.xsl"?>
<doc>
<binary>
&#x01;&#x02;&#x03;&#x04;&#x05;&#x06;&#x07;&#x08;&#x00;
</binary>
</doc>


This isn't an XML document. XML doesn't allow these characters to
appear.

Michael Kay


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



<Prev in Thread] Current Thread [Next in Thread>