T
Tobias
Hy,
I have the following Problem:
XML-File:
<?xml version="1.0" encoding="UTF-8"?>
<sf xmlns="blabla">
....
XSL-File:
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:sf="blabla"
xmlns="blabla">
....
the resulting html-file is:
<?xml version="1.0" encoding="UTF-8"?><html xmlns="blabla"
xmlns:sf="blabla">
....
what do i have to do to supress the xml-tag. I want the html file to
begin with <html>
Greetings
Tobias
I have the following Problem:
XML-File:
<?xml version="1.0" encoding="UTF-8"?>
<sf xmlns="blabla">
....
XSL-File:
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:sf="blabla"
xmlns="blabla">
....
the resulting html-file is:
<?xml version="1.0" encoding="UTF-8"?><html xmlns="blabla"
xmlns:sf="blabla">
....
what do i have to do to supress the xml-tag. I want the html file to
begin with <html>
Greetings
Tobias