Hi Linda_Wang,
Thanks for the good news.
Few questions everybody would like to know the answers:
- What XML processor is in use behind the scenes?
Is it .Net Framework or something else? - When sink support will be introduced?
- Any future XSLT support?
- Any future XQuery support?
- Excerpt from the documentation: "...When using XSD or DTD to validate XML files, the XSD/DTD must be referred inside the XML files through relative path...".
It is a very serious limitation. Are you working to remove such dependency? - Is the ADF XSD Validation conformant with the XSD 1.1 standard?
XSD 1.1 became a W3C Recommendation in April 5, 2012. - Does the XSD Validation support master XSD with imported or included XSDs?
It is a very common scenario.
For example,
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="includeMe.xsd"/>
...
</xs:schema>