>> Actually, some more abstract API could be added to the DOM parser to
>> get the system id of the current entity.
>
> I skipped over early parts of this thead, so I don't know if this is
> relevant or not, but...
>
> I believe DOM Level 3 was considering adding the ability to ask a node for
> its Base URI. That's the location of the current entity or perhaps (if the
> XML Base recommendation is supported by the parser)the location this
> portion of the entity explicitly wants you to think it came from. Might
> this suffice?
I don't think this would suffice in my situation, unfortunately, though
it sounds worth doing for other reasons.
I need to know the base URI as the parse is going on so that I can
return an input source for a properly-interpreted system id for
the next entity to be parsed. I don't think I have any access to
DOM nodes at this point.
regards,
Joanne
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]