Hi I have used XML Schema API with xerces to parse a xsd file. I have two xsd files. schemaA.xsd schemaB.xsd.
schemaA.xsd imports schemaB.xsd. When files are on filesystem and I use api to parse schemaA.xsd, it works fine as it can find schemaB.xsd on filesystem. However, in the logic I am working with, schemaA.xsd and schemaB.xsd are stored as Strings in Database and at runtime, the string values of schemas are retrieved. I use API to parse the string repesentation of schemaA.xsd and I get a warning that library failed to load schemaB.xsd. I understand that library fails to find schemaB.xsd. How to inform library that schemaB.xsd should be loaded from a String in memory rather than from filesystem.? Best Regards, Shah Asrani --------------------------------------------------------------------- To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org For additional commands, e-mail: j-users-h...@xerces.apache.org