Closed
Bug 116534
Opened 23 years ago
Closed 22 years ago
the namespace declaration on the included stylesheet is not picked up
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: spepping, Assigned: keith)
References
Details
Attachments
(6 files)
document bug1a.xml, stylesheets bug1a.xsl, bug1a-incl.xsl:
Error: template obs:test is not applied; instead the default
template is applied.
Probable cause: the namespace declaration on the included
stylesheet is not picked up.
Proof: When the namespace declaration
xmlns:obs="http://salix.spepping.observations"
is added to the stylesheet bug1a.xsl, the problem
disappears.
document bug1b.xml, stylesheets bug1b.xsl, bug1ba.xsl:
Now there is a template matching /, and the template obs:test _is_
applied, proving that the above error is connected with the
treatment of the default / template.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Reporter | ||
Comment 4•23 years ago
|
||
Reporter | ||
Comment 5•23 years ago
|
||
Reporter | ||
Comment 6•23 years ago
|
||
this among most other namespace problems will be fixed once we have the new
contexts.
er, actually, this is one namespaceproblem that *isn't* fixed there. It is
however fixed in petervs output rewrite :-)
Comment 10•22 years ago
|
||
Is this fixed?
Comment 11•22 years ago
|
||
yes, it is.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 12•22 years ago
|
||
we didn't verify for a long time.
I really checked, so VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•