But in the OSX the character references are getting converted into
their respective characters. Is there any option to retain the
character references as in the input file.
Regards,
Ganesh
On Thu, Oct 22, 2009 at 1:34 AM, Christopher R. Maden
<crism(_at_)maden(_dot_)org> wrote:
a kusa wrote:
Now I am thinking that I don't have to run this data through any SGML
-> XML converters can run the transformation on this data as is. I
still have to modify the DOCTYPE declarations to include SYSTEM
identifiers vs. PUBLIC.
If the DTD uses SGML syntax, e.g.
<!ELEMENT foo - - (#PCDATA)>
instead of XML syntax, e.g.
<!ELEMENT foo (#PCDATA)>
then the XML parser will choke on it. You may be better off stripping
the DOCTYPE declarations rather than modifying them to have system
identifiers. However, if the DTD provides any default attributes, that
may not be an option, so you will still need to do an SGML-to-XML
conversion. (This last part is relevant to this list; default attribute
values can be a source of surprise to XSLT conversions. The default
values can be built into the transformation instead, though.)
That said, osx does the job rather nicely; I would just use (and have
used) that.
~Chris
--
Chris Maden, text nerd <URL: http://crism.maden.org/ >
“What a dream life would seem if you could see the world from
inside an Etch-A-Sketch.” — Andrew Bird, “Tea & Thorazine”
GnuPG Fingerprint: C6E4 E2A9 C9F8 71AC 9724 CAA3 19F8 6677 0077 C319
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--