[bt-devel] Handbook problem showing command in XML

Fred Saalbach bt-devel@crosswire.org
Sun, 14 Jul 2002 05:07:13 -0400


I have run into an XML problem I can not figure out.
In the section starting
<section id="hdbk-start-custom"><title>Startup Customization</title>

I was trying to present 

bibletime --open-default-bible "<random>"

of course <random> is interperted as an XML tag so I used 

<![CDATA[
bibletime --open-default-bible "<random>"
 ]]>

now it parses to XML ok, but xml2pot fails.

is it possible to modify this command so that it does not use <>?

Fred