Closed
Bug 133268
Opened 23 years ago
Closed 23 years ago
hangs on docbook document
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 109685
People
(Reporter: lubell, Assigned: peterv)
References
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0; Q312461)
BuildID: 2002031104
I can't get Mozilla to display a DocBook XML document styled using Norm Walsh's
XSLT stylesheets. When I try to open the XML file, Mozilla just hangs.
Reproducible: Always
Steps to Reproduce:
1. Create a docbook-conforming XML document with an xml-stylesheet processing
instruction pointing either to html/docbook.xsl or xhtml/docbook.xsl from
Norm's stylesheet distribution (I tested with version 1.49).
2. Open your XML document in Mozilla.
3. Wait for an eternity.
Actual Results: Mozilla hangs. Windows Task Manager reports that the
application is not responding.
Expected Results: Displayed the document using the docbook XSLT stylesheet.
Here is a sample docbook document that causes Mozilla to hang:
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"
href="../xsl/docbook-xsl-1.49/html/docbook.xsl"?>
<!DOCTYPE article SYSTEM "../docbook/docbookx.dtd">
<article>
<title>Test</title>
<section>
<title>Section 1</title>
<para>Paragraph 1</para>
<para>Paragraph 2</para>
</section>
<section>
<title>Section 2</title>
<para>Another paragraph</para>
</section>
</article>
Comment 1•23 years ago
|
||
docbook stylesheet includes VERSION, which is not detected as xml.
duped
*** This bug has been marked as a duplicate of 109685 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
*** Bug 184671 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•