Hi All,
 
I have a big schema on which various XSLT are written. Since this XSLT accesses only a portion of the whole schema, I want to generate the minimum necessary schema from the XSLT and the big schema. This minimal schema will have all the elements and attributes accessed by the XSLT. Since XML files are created dynamically, I will have only the necessary portion of XML data filled according to the minimal schema. Also, XSLT will vary from time to time depending on the conversion needs.
 
This reduces memory requirements and also the time to fill the XML.
 
Is there any solutions you can suggest using Xalan or otherwise ?
 
Thanks,
Raja.

Reply via email to