Subject:XML validation with XSD Author:Ashok Shanmugam Date:13 Apr 2010 01:12 AM
I have couple of questions for validating XML with XSD.
a). How can i create project structure within Stylus studio using existing project structure?
b). My schema is importing another schema from different location(different folder) using xs:import. How can i mention the path (can i give relativa pat/ absoulute path)?
a) do you mean creating a project folder that reflects the *file system* folders? Unfortunately you have to manually create every folder in the project and then drag & drop the files from Windows Explorer in that location
b) yes. you can use relative paths in xs:import statements.