Subject:Mapping from XML instead of Schema Author:Neal Walters Date:02 Feb 2006 11:09 AM
Having problems loading my schema, I remembered that Stylus Studio allows you to map directly from data. So from my XSLT/MAP I clicked on "Add Source Document", and selected the xml file below, and get the error: "The schema is not valid XML. Do you want to open the schema and review it". This message surprises me because it is not a schema, and I used to do this all the time in prior versions. I have no idea what makes Stylus think that this is a schema.
Subject:Mapping from XML instead of Schema Author:Tony Lavinio Date:02 Feb 2006 12:14 PM
Yes, you do need xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance".
No, the mapper did not act properly.
Yes, the file is well-formed.
No, it is not valid.
Yes, I am in kind of an odd mood today. :)
We will log a bug on this so that you get the proper error message.
And thank you for the test case.