Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSL Header

Status
Not open for further replies.

JasonHampson

Technical User
Feb 20, 2003
16
0
0
GB
Pardon my ignorance but what is the importance of the XSL header. I’ve looked at examples, one quoted ‘<xsl:stylesheet xmlns:xsl=&quot;
and another used
<xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot;
I’m using internet explorer(v5) to convent the XML on the fly. When I used the former example it gave me an error saying “Keyword xsl:variable may not be used here.” and when I used the latter example it didn’t behave how I expected and displayed all the static text in the template without displaying the values it should of got from the nodes.

Does anyone know of any good reference sites.

Cheers
 
>> Does anyone know of any good reference sites.

Sure! look in the Partners box at the bottom of the left column of this page!
[cheers]

-pete
 
hi Jason,

I have given the suggestions for your problem in the forum, heading is &quot;creating a single webpage from multiple xml files&quot;, have a look at it. I confirming that your problem is in Internet explorer 5.0, IE 5.0 does not support the &quot; namespace. Either you have to use the namepace &quot; or upgrade the IE to 6.0.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top