This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
RE: [docbook-apps] Is this valid DocBook ?
- From: "Kaiser Christian (RBG - SV C RS CC21)" <Christian dot Kaiser at siemensvdo dot com>
- To: "'Oliver Fischer'" <plexus at snafu dot de>, CPH <cphennessy at openoffice dot org>
- Cc: docbook-apps at lists dot oasis-open dot org
- Date: Thu, 21 Aug 2003 12:48:40 +0200
- Subject: RE: [docbook-apps] Is this valid DocBook ?
| Did you try an validator like xmllint?
|
| CPH wrote:
| > Hi,
| > Is the fragment below valid docbook xml ?
| > <article>
| > <para>how can i help</para>
| > <variablelist>
| > <listitem>
| > <para>Please read this FAQ first</para>
| > </listitem>
| > <listitem>
| > <para>Send an email to the users@openoffice.org
| > list with all relevant info including which operation
| system you use, which
| > version of that operating system, which version of
| OpenOffice you use and any
| > other relevant info.</para>
| > </listitem>
| > </variablelist>
| > </article>
| >
| > And what is the best way for me to make sure that this is
| valid docbook ?
| >
| > Thanks
| > CPH
May be valid,
as parser you can use xerces (http://apache.org).
Create a batch or shell script containing the following
set CLASSPATH=%XMLTOOLS%\xerces\xercesImpl.jar;%CLASSPATH%
set CLASSPATH=%XMLTOOLS%\xerces\xml-apis.jar;%CLASSPATH%
set CLASSPATH=%XMLTOOLS%\xerces\xmlParserAPIs.jar;%CLASSPATH%
set CLASSPATH=%XMLTOOLS%\xerces\xercesSamples.jar;%CLASSPATH%
java sax.Counter %1
where XMLTOOLS ist is the environment variable that definnes
the path to your tools. You might place FOP and XALAN here
as well.
Regards,
(~&ris
---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org