Re: [xml-dev] help with <xhtml-tags/>-output
hey hugh,
thank you for that! i didn't even know, that the umlaut-characters cannot be used with their ascii-entities...
my problem is, that the html-code generated by the xsl is not valid.
<meta http-equiv="content-type" content="text/html; CHARSET=iso-8859-1"> must be closed in xhtml like <meta content="nope" /> with a slash. that's what firefox does (Webdeveloper Bar -> View Generated Sourcecode). so i'd like to know how i can check out if that's the normal case in xsl-parsers.
the error http://validator.w3.org/check?uri=http%3A%2F%2Ftest.my-taxi.com%2Fst%2Findex.xml is ok - there's no DTD defined. that's ok.
cheers, henry :)
thank you for that! i didn't even know, that the umlaut-characters cannot be used with their ascii-entities...
my problem is, that the html-code generated by the xsl is not valid.
<meta http-equiv="content-type" content="text/html; CHARSET=iso-8859-1"> must be closed in xhtml like <meta content="nope" /> with a slash. that's what firefox does (Webdeveloper Bar -> View Generated Sourcecode). so i'd like to know how i can check out if that's the normal case in xsl-parsers.
the error http://validator.w3.org/check?uri=http%3A%2F%2Ftest.my-taxi.com%2Fst%2Findex.xml is ok - there's no DTD defined. that's ok.
cheers, henry :)
2006/1/25, Hugh Chatfield <
[email protected]>:
When I tried the W3C validator on your source it compained about the umlaut characters in your xml.. not belonging tothe encoding="iso-8859-1 . When I replaced the a, o and u umaut characters with their respective entities - then it got to the next set of errors. Is there where it was hanging up for you?
ä small a, umlaut mark ä ä
ö small o, umlaut mark ö ö
ü small u, umlaut mark ü ü Cheers...Hugh
CyberSpace Industries 2000 Inc.----- Original Message -----From: heinrich klassenSent: Wednesday, January 25, 2006 11:52 AMSubject: [xml-dev] help with <xhtml-tags/>-outputhello there!
i'd like to ask, wether my project to be found under
http://test.my-taxi.com/st/index.xml
is correct and wellformed.
it happens that w3c-validator does not think so.
in addition to that i would like to ask if XSL really gives out <meta http-equiv="content-type" content="text/html; CHARSET=iso-8859-1"/> when you paste this in the XSL-file.
according to my webdeveloper-bar in firefox the produced xhtml-sourcecode ist "<meta http-equiv="content-type" content="text/html; CHARSET=iso-8859-1">" (Attention: Without the closing slash at the end)
you guess what my problem is with that.
thank you for helping links or comments!
greetings from germany,
henry