Results of xmllint command

Christian Stimming stimming at tuhh.de
Thu Jul 29 15:54:43 EDT 2010


Am Thursday 29 July 2010 schrieb Tom Bullock:
> Developers,
> 
> Because this is the first time I used the command: "xmllint --valid
> gnucash-guide.xml > GC-docs1-Results" I have attached that to ask that
> someone verify that it looks as expected from the command's execution.
> 
> I was expecting to see a fully expanded set of include modules.  Instead
> I  got the listing you see inside the text file GC-docs1-Results.  If
> there are errors in that file, I did not recognize them.
> 
> If there are no errors and unexpanded include modules are the expected
> result, then it looks like I passed the xml validation.  Can someone
> experienced in this issue confirm that?

You can check for successful xml validation by using the option "--noout" i.e.

   xmllint --valid --noout gnucash-guide.xml

and if it says nothing, this means there are no errors and the xml file has 
passed the validation.

Regards,

Christian


More information about the gnucash-devel mailing list