I'm sorry, I apparently missed the top bit of the xsl-file. Here it is:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- Templates used to generate text content -->
<xsl:template match="/*">
<html>
<head>...
Hi,
I have a problem with an XSL file that I use to show a XML file as a tree in my browser. The XML-file I use is:
<types title="types">
<frontpage id="1" title="frontpage">
<display id="2" title="display">block</display>
</frontpage>
<page id="3" title="page">
<display id="4"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.