How can I do string substitution in docbooks?
I've hand edited a docbook file to define an entity for the substitution (4th line): <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [<!ENTITY % howdy SYSTEM "Hi">] > <section> <title>String Substitutions</title> <para>I want to print "Hi" right here: %howdy . This doesn't work in XXE Convert Document.</para> </section> I use XXE Convert Document to create a pdf version, but the '%howdy' isn't replaced with 'Hi'. Thanks for any help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20090302/c6e0c743/attachment.htm

