?
=?iso-8859-2?q?Jacek_Sa=B3acki?=
I have recently took up development with XML. I`m trying to build static
xhtml pages from xml files.
I have two problems:
1. I created a xslt stylesheet transforming xml to xhtml. I made
template generating header of the xhtml file(i.e. : <html> and
<body> tags) and second template generating footer of file(</body> and
</html>). When I try to use saxon with this templates, I'm getting errors:
Error reported by XML parser: Expected "</html>" to terminate element
starting on line
Is there any way to avoid this problems?
2. Do you know any methods, tutorials etc showing the way to connect
contents of xhtml pages(generated from xml) with layout(also described in
xml)?
xhtml pages from xml files.
I have two problems:
1. I created a xslt stylesheet transforming xml to xhtml. I made
template generating header of the xhtml file(i.e. : <html> and
<body> tags) and second template generating footer of file(</body> and
</html>). When I try to use saxon with this templates, I'm getting errors:
Error reported by XML parser: Expected "</html>" to terminate element
starting on line
Is there any way to avoid this problems?
2. Do you know any methods, tutorials etc showing the way to connect
contents of xhtml pages(generated from xml) with layout(also described in
xml)?