[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
binary base64 definition
- From: Jerry Johns <Jjohns@computerlogic.com>
- To: "'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
- Date: Fri, 05 Jan 2001 17:13:50 -0500
In the DTD, can I specify a type of "binary base64" for an element so that
when I write to the XML file using DOM, DOM will automatically encode the
binary data for me without parsing for control characters? If so, I assume
it will do the reverse when I read that element.
Can anyone validate my assumption about the DTD data type? Has anyone seen
an example DTD definition with this in it?
Thanks much.
Jerry