[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: editing markup



If the idea is that the author knows what you edited, it's probably most 
useful to use conditional sections.

<!DOCTYPE .... [
   ENTITY % Gregs.edits "INCLUDE"
   ENTITY % Gregs.comments "IGNORE"]>
...

<![ %Gregs.comments; [
  <para> This piece above totally sux </para>
]]>

...

<![ %Gregs.edits; [
  <para> Some new text the author forgot......</para>
]]>

You get the idea. Disclaimer: check the exact syntax ;-)
-- 
Cees de Groot               http://www.cdegroot.com     <cg@cdegroot.com>
                            http://sgmltools-lite.sourceforge.net/
GnuPG 1024D/E0989E8B 0016 F679 F38D 5946 4ECD  1986 F303 937F E098 9E8B
Forge your CipherSaber and list it: http://www.xs4all.nl/~cg/ciphersaber/



--  
To UNSUBSCRIBE, email to ldp-docbook-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org