Mikko Honkala wrote:
> I have two questions:
> 
> 1. How do I set an entityResolver that is going to be used in
> normalizeDocument()? I can set it for a builder and it works while
> loading the document but it seems that normalizeDocument() does not use
> that entityResolver.
> 2. How do I set the document classname when using the DOMBuilder? With
> DOMParser it can be done using
> 
>parser.setProperty("http://apache.org/xml/properties/dom/document-class-name",documentClassname);

Unfortunately, this functionality is not yet available via DOMBuilder.
We are working with the DOM Working Group to add methods for settting
entity resolver and generic property to the Document interface.
So this functionality should be availabe in the next couple of months.


Thanks!
-- 
Elena Litani / IBM Toronto

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

Reply via email to