The standard DOM APIs don't have anything that would help you. You may be able to do something with SAX locators. Xerces may have some "tooling" APIs that would help you; I haven't checked recently, but I know that was considered at one point.
Personal recommendation: Raw offsets in bytes are the Wrong Way to discuss locations in XML files. If at all possible, I'd suggest using XPaths instead. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
