|
From: Paul C. <pa...@be...> - 2009-05-09 21:19:35
|
Ahoy, I'm using OpenSP 1.5.2 to convert sgml to xml. When I use --xml-output-option=no-expand-internal osx is doing something strange when entities are found in attribute values. It's expanding them and putting a copy of them, unexpanded, in front of the element. For example, from: <inter-ref locator="http://www.example.com/&f=foo–bar"> It's outputting: &–<INTER-REF LOCATOR="http://www.example.com/&f=foo–bar"> The duplication doesn't occur without that arg, but obviously the entities are then expanded which is still undesired for what I'm doing. Has anyone run into this? Know of a patch or workaround? Cheers, Paul |