Hi Bo, I'm not sure I completely understand the question, but I'll give it a shot. If you are trying to do something like XmlObject.Factory.parse(<instanceDocument/>); My guess is your <import /> tag won't work as you expect it to because its not part of the normal XML grammar (AFAIK) and the parser won't know what to do with it. Do you know of another parser that works with this? In other words, how are you making your <import /> element work currently?
Thanks, -Jacob Danner On 6/12/07, Bo Wen <[EMAIL PROTECTED]> wrote:
Hi, All, I have multiple XML files related through my own <import> tag. These files share same schema. This is used to support content sharing and inheritance like features. Put another way, it is like <import> tag in Ant build file. Can XMLBean load and parse multiple XMLs at one time? If not, I will try to concatenate multiple XMLs into a single file based on <import> tag, then use XMLBean to parse. Or is there a better solution? Thanks in advance! Bo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

