Hi
I had a xslt that parse a XML document, output is HTML
But XSLT adding not valid code:
<ul class="level_1" xmlns="" xmlns:xsi="http ://www.w3.org/2001/
XMLSchema-instance">
I had try to adding the text below to stylesheet but it does't help.
xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance" exclude-result-
prefixes="xsi"
do any help me ?
Best regards
//N9
I had a xslt that parse a XML document, output is HTML
But XSLT adding not valid code:
<ul class="level_1" xmlns="" xmlns:xsi="http ://www.w3.org/2001/
XMLSchema-instance">
I had try to adding the text below to stylesheet but it does't help.
xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance" exclude-result-
prefixes="xsi"
do any help me ?
Best regards
//N9
Comment