coyotos-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [coyotos-dev] build problem Charles Longeau Thu Aug 31 05:46:30 2006
Hi, the build process aborts: > > xsltproc --xinclude --param navbars 1 --stringparam leftnav > ../../leftnav.html --stringparam leftnavdir ../.. --stringparam topnav > ../../topnav/docs.html --stringparam topnavdir ../../topnav \ > --stringparam stylesheet ../../styles.css \ > --output spec.html ../../../../doc/doctools/XSLT/osdoc-html.xsl > spec.xml > spec.xml:2427: parser error : StartTag: invalid element name > guard = C.guard << C.l2uv; > ^ > spec.xml:2427: parser error : StartTag: invalid element name > guard = C.guard << C.l2uv; > ^ > unable to parse spec.xml I got the same error. I wonder if it is due to xsltproc or a misstake in the file. I think it's due to a mistake in the file src/doc/web/docs/ukernel/spec.xml replace line 2427 : guard = C.guard << C.l2uv; by : guard = C.guard << C.l2uv;
_______________________________________________ coyotos-dev mailing list [EMAIL PROTECTED] http://www.coyotos.org/mailman/listinfo/coyotos-dev
- [coyotos-dev] build problem Tom Bachmann
- Re: [coyotos-dev] build problem Charles Longeau <=
- Re: [coyotos-dev] build problem Jonathan S. Shapiro