/ Beth Fischi <[EMAIL PROTECTED]> was heard to say:
| Right now, I have everything inside <programlisting> and I've changed all
| the < and > symbols for the elements to &lt; and &gt;. However, I'm working
| in XMetaL, and every time I save the file, all the spacing gets messed up.
| Here's a simplified sample of what I'm talking about:
| 
| <programlisting>

You could try adding "xml:space='preserve'" on this tag. You could
also try something like this:

<programlisting><![CDATA[<name>
<date>
<![CDATA[
    WHERE T1.date like :V1
]]>]]&gt;<![CDATA[
</name>
</date>]]></programlisting>

Ugly, but it should work.

| Any alternate ideas?

If you're using the XSL or DSSSL stylesheets, you could use the
format='linespecific' hack to load the content from an external file.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <[EMAIL PROTECTED]>      | It is seldom that any liberty is
http://www.oasis-open.org/docbook/ | lost all at once.--David Hume
Chair, DocBook Technical Committee |

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]

Reply via email to