GNOME Bugzilla – Bug 549962
irrelevant error: Namespace prefix is not defined
Last modified: 2008-10-02 17:13:36 UTC
Version details: libxml 20632, libxslt 10123 and libexslt 813 Note: this bug had not appearing in the libxslt 10117 Steps to Reproduce: > xsltproc test.xsl input1.xml >output.xml (test-case will be attached) Actual Results: outputs many errors such as the following — input2.xml:18: namespace error : Namespace prefix ss for StyleID on Cell is not defined <Cell ss:StyleID="m18892530"><Data ss:Type="Number">9</Data></Cell> ^ Expected Results: There should be no any errors. Additional Information: Error disappears, if you delete some lines in the input documents. For example, delete the $d variable declaration from test.xsl or some Cells in the input2.xml This is similar to the case described on the http://www.mail-archive.com/docbook-apps@lists.oasis-open.org/msg11297.html and also: http://article.gmane.org/gmane.comp.lib.boost.documentation/3462
Created attachment 117650 [details] first input document
Created attachment 117651 [details] second input document (it loaded through document() function)
Created attachment 117652 [details] the stylesheet itself The test-case includes three files: test.xsl, input1.xml, input2.xml
The bug has been fixed now. The testcase passed with no errors by xsltproc over libxml 20701, libxslt 10124 and libexslt 813