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]

Re: Help!


/ Phillip Shelton <shelton@usq.edu.au> was heard to say:
| Newbie Newbie
| 
| All I want to do is put a comment to myself in an SGML/XML document. Sort of
| like;
| 
| // And here I start the section on Lunch //
| <sect><title>Lunch</title>
| ...
| </sect>

What you want is

 <!-- And here I start the section on Lunch -->
 <sect><title>Lunch</title>
 ...
 </sect>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Use the memory of thy predecessor
http://www.oasis-open.org/docbook/ | fairly, and tenderly; for if thou
Chair, DocBook Technical Committee | dost not, it is a debt will sure
                                   | be paid, when thou art gone.--Sir
                                   | Francis Bacon

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