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

