This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Windows editor for DocBook XML that does not messwith files?


/ Dave Pawson <daveP@dpawson.freeserve.co.uk> was heard to say:
| I just started playing with an xquery app, same problem.
| a simple identity stylesheet, with indent=yes
| provides a 'human' form, after the tools have
| messed it up.

Careful. That usually makes a mess of things too. You can't
arbitrarily indent mixed content.

        ...
        <para>
          <emphasis>Hi Mom</emphasis>
        </para>
        <programlisting>
        some more text
        </programlisting>

is not the same as:

...
<para><emphasis>Hi Mom</emphasis></para>
<programlisting>some more text</programlisting>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | All things are contingent. And
http://www.oasis-open.org/docbook/ | there is chaos.--Spalding Gray
Chair, DocBook Technical Committee |


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]