Modifying DocBook XML Output?
Howdy.,
I know very little about XML, so my questions may be a bit bewildering as my old friend Davy Crockett used to say.
I am wondering how to modify what Single Source XML spits out. As far as I understand at this point, it uses DocBook (not sure of version).
Looking for it to generate something like this:
<data name="Topic1.Help" xml:space="preserve">
<value><![CDATA[
<p class="helpheader"><b>Topic H1 Header</b></p>
<p class="helpcontent">Topic contend would go here.</p>
<p class="helpcontent">Topic contend would go here.</p>
<p class="helpcontent">Topic contend would go here.</p>
<p class="helpcontent">Topic contend would go here.</p>
]]>
</value>
</data>
Thanks
Lyle
