GNOME Bugzilla – Bug 120040
segfault validing xhtml doc against the relaxng version of xhtml
Last modified: 2017-06-12 19:06:08 UTC
I'm getting a segfault when I try to validate one of my xhtml docs against the RelaxNG version of XHTML. I'm running 'xmllint --noout --relaxng ../DTD//xhtml/xhtml.rng index.xml' The RelaxNG XHTML is at http://www.thaiopensource.com/relaxng/xhtml/. I'll attach my document in just a moment. I can provide a stack trace if that's helpful.
Created attachment 19274 [details] XHTML document
Created attachment 19276 [details] xhtml relaxng DTD
Okay, reproduced, will fix when time is found ... I also may have to extend the xhtml1 package with RNG thanks, Daniel
Okay this was due to a couple of bugs in the Relax-NG module, this is fixed in CVS now, thanks a lot ! Daniel
This should be closed by the release of libxml2-2.5.11, thanks! Daniel