xml files: Custom Declarations, Header Modifications
Hi Folks,
I hope this is the correct forum...
I'm working with structured Framemaker2015 on xml files. The header of the files looks are as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "technicalContent/dtd/concept.dtd" [
]>
<concept id = "id15AMAG00PY6"
xmlns:ditaarch = "http://dita.oasis-open.org/architecture/2005/">
<title>...
Sometimes, for batch processing and special operations, I use powershell commands which fail due to a non-breaking space, anywhere in the files.
A good solution seems to declare it in the header:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "technicalContent/dtd/concept.dtd" [
<!ENTITY nbsp " ">
]>
<concept id = "id15AMAG00PY6"...
Is there a way to make Framemaker write this declaration when editing the files? Is this to be implemented in the read/write rules? Which documentation do you recommend?
Regards,
Fabian
