[xml] Re: xmllints options
- From: Vitaly Ostanin <vyt vzljot ru>
- To: xml gnome org
- Subject: [xml] Re: xmllints options
- Date: Sat, 10 May 2003 23:57:31 +0400
Oliver Fischer wrote:
Hello,
xsltproc comes with an option -nonet. Is there a similar option for
xmllint? I have not seen such an option...
Eh, it could be very useful option... For example, for building
libxslt - now libxslt cvs contains file
libxslt/doc/Makefile.am
with
...
$(PAGES): $(srcdir)/xslt.html $(srcdir)/site.xsl
-@(if [ -x $(bindir)/xsltproc ] ; then \
$(bindir)/xsltproc --html $(srcdir)/site.xsl
$(srcdir)/xslt.html > index.html ; fi )
-@(if [ -x $(bindir)/xmllint ] ; then \
$(bindir)/xmllint --valid --noout $(PAGES) ; fi );
...
So libxslt build host must have internet access ?
It is possible to make parameter in Makefiles for pass extra
options to all xmllint/xsltproc commands ?
<skipped/>
--
Regards, Vyt
mailto: vyt vzljot ru
JID: vyt vzljot ru
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]