> Hi! Hi. > [...] > root.setAttribute( "version", "1.1" ); > root.setAttribute( "xmlns:xsl", > "http://www.w3.org/1999/XSL/Transform" ); > [...] > I get at this point a "ParserConfigurationException" telling > "stylesheet requires attribute: version" and talking about some > "Line 0; Column 0;". The stylesheet-element has a version-attribute, > as you can see in the code above. > [...] > Does anybody have an idea, what I made wrong or where the problem > lies? Version 1.1 of the xslt spec doesn't have the namespace you specified. Try version 1.0. Regards. -- Bjoern Martin [EMAIL PROTECTED]
- Line 0; Column 0; ... stylesheet requires attribute: ver... Martin Sparenberg
- Re: Line 0; Column 0; ... stylesheet requires attri... Gary L Peskin
- Re: Line 0; Column 0; ... stylesheet requires attri... Bjoern Martin
- Re: Line 0; Column 0; ... stylesheet requires a... Martin Sparenberg
- Re: Line 0; Column 0; ... stylesheet requires attri... Joseph_Kesselman
- Re: Line 0; Column 0; ... stylesheet requires a... Martin Sparenberg
- RE: Line 0; Column 0; ... stylesheet requires attri... Li Liang
- RE: Line 0; Column 0; ... stylesheet requires attri... Joseph_Kesselman
- RE: Line 0; Column 0; ... stylesheet requires attri... Li Liang
- Re: Line 0; Column 0; ... stylesheet requires attri... Joseph_Kesselman
- Re: Line 0; Column 0; ... stylesheet requires a... Martin Sparenberg
- Re: Line 0; Column 0; ... stylesheet requir... Gary L Peskin
- Re: Line 0; Column 0; ... stylesheet re... Martin Sparenberg
