ManofCopper
New Member
There is a set of N XSD files which may refer to each other (with \[code\]include/import/redefine tags\[/code\]). The task is to convert this set of N XSD-files into minimum possible number of M XSD-files. Conversion implies inserting included files in-place where possible, resolving references etc.This feature successfully works in some UI XML editors.Is there any free or commercial library (native or .NET) that lets me perform XML Schema flattening? Or maybe there are some references to flattening algorithm?