Hello Oleg,

namespaceAware doesn't make a differnce. No matter if true or false.

Regards,
Juergen Lippold

>>> [EMAIL PROTECTED] 04.06.2002  13.46 Uhr >>>
Juergen Lippold wrote:

> thats a good question, I hope that the document is ok. Can I check if the  document 
>in memory is a fop-formatted document?
> Writing the fo-document to harddisk and then using fop everything is ok.
AFAIR this problem always happens when one builds Document using 
nonnamespace-aware DocumentBuilderFactory, you must turn namespaces on by

docBuilderFactory.setNamespaceAware(true);

-- 
Oleg Tkachenko
Multiconn International, Israel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, email: [EMAIL PROTECTED] 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to