Subject: RE: Binary characters in XML
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Sun, 29 Jun 2003 13:16:19 +0100
|
> 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>
> �
> </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
|