Closed
Bug 186646
Opened 22 years ago
Closed 22 years ago
Nested xls:include don't work
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 184249
People
(Reporter: pascal, Assigned: peterv)
Details
Attachments
(5 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
"xsl:include" found in a stylesheet itself included via "xsl:include" are not
applied.
Reproducible: Always
Steps to Reproduce:
1. Save all 4 attached files in the same directory.
2. Drag and drop "data.xml" in a browser.
Actual Results:
The template included at level 2 is correctly handled.
The template included at level 3 is NOT handled (net even parsed?)
Expected Results:
The template at level should be included, parsed and applied.
I agree that the XLST recommendation is not 100% explicit about the correctness
of multi-level includes, but:
- This feature is mandatory for non-trivial XSLT processing.
- IE 6.0 implements it (sigh).
- the problem also *seems* to happen with xsl:import, so there is no possible
workaround there.
- the problem also exists with Mozilla 1.3a, not only with Phoenix.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Reporter | ||
Comment 3•22 years ago
|
||
Reporter | ||
Comment 4•22 years ago
|
||
Reporter | ||
Comment 5•22 years ago
|
||
most likly a dup of bug 184249. I'll look at this real-soon-now
*** This bug has been marked as a duplicate of 184249 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•