[EMAIL PROTECTED] wrote: > > I'm not sure this is the specific cause of our problem, but you should > probably upgrade your code to use the DOM Level 2 namespace-aware calls -- > DOMImplementation.createDocument, Document.createElementNS, > Document.createAttributeNS, and Document.setAttributeNS. Hi! I just updated my code to the calls you named. So I got two cases: When I implemented all as you said, I got an error: "DOM006 Hierarchy request error" I then took a look into the Xalan-FAQ where I found a sentence saying not to use "DOMImplementation.createDocument()" and to take "DocumentBuilder newDocument()" instead. So I did and got to my other case. That is I get my old "stylesheet requires attribute: version;"-error again. :-( Do you have any more idea? Thanks Martin Sparenberg
- 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
- Re: Line 0; Column 0; ... styleshe... Gary L Peskin
- Re: Line 0; Column 0; ... styl... Martin Sparenberg
- Re: Line 0; Column 0; ... ... Gary L Peskin
