Closed
Bug 180907
Opened 23 years ago
Closed 23 years ago
xsl:call-template doesn't render as expected
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: Chris, Assigned: peterv)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021114
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021114
Rendering the the following example
http://www.devguru.com/Technologies/xslt/quickref/xslt_example_calltemplate.xml
doesn't give the expected result in mozilla.
I tried with similar examples (with and without the <xsl:variable> tags) and the
results are always similar.
Reproducible: Always
Steps to Reproduce:
1. go to
http://www.devguru.com/Technologies/xslt/quickref/xslt_example_calltemplate.xml
2. see the result
Actual Results:
no layout is shown
Expected Results:
render the layout
The 'hoo' variable is never used so the behaviour of the call-template is not
tested.
Also, since you don't set the outputmethod to html and the first element you
output is not an <html> you will output xml instead of html.
If you really intended to do something else feel free to create a new testcase
and reopen this bug
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•