xml - Generate schema from file or download schema -
i download file next link:
xml file
i obtain schema file. within file found
<ss:workbook xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
i assume description of schema. know download schema?
i tried building schema file using online schema builder, received error message:
unable parse xml input. error: element type "ss:style" must terminated matching end-tag "</ss:style>".
i know nil xml, need find quick solution. can find simple tutorial speed quickly?
thank you.
googling namespace revealed microsoft office 2003 suite schema:
http://schemas.stylusstudio.com/msoffice2003/frames.html
which can downloaded here:
http://www.microsoft.com/en-us/download/details.aspx?id=101
general recommendation: search namespace uris, they're more or less unique.
xml xsd
No comments:
Post a Comment