Hi Michael,
   Thanks for your reply and sharing your thoughts.

I'll attempt to write the ContentHandler for this, and would get back
to the list in case of doubts.

On 6/18/08, Michael Glavassevich <[EMAIL PROTECTED]> wrote:
>
>
> Hi Mukul,
>
> It just doesn't work that way. Xerces has no business changing the value of
> "http://java.sun.com/xml/jaxp/properties/schemaSource";.
> getProperty() must always return what the application set it to be (or null
> as the default) which isn't necessarily even a String (could be an
> InputStream, File, Object[], etc...). If you want to get the values of
> schema location hints in the document then you need to write a
> ContentHandler which does the work.
>
> Thanks.
>
> Michael Glavassevich
> XML Parser Development
> IBM Toronto Lab
> E-mail: [EMAIL PROTECTED]
> E-mail: [EMAIL PROTECTED]


-- 
Regards,
Mukul Gandhi

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

Reply via email to