can't output text before document element?
Hello,
When I try to run my template, which is programmed in Java and which is supposed to extract information from XML-File, I use a XSLTInputSource interface. But the compiler send the following message:
org.xml.sax.SAXException: Warning: can't output text before document element! Ignoring...
Can anyone explain me, what this Exception means?
Thanks
RudiRatte

