Re: Tool: XML Schema -> XML



On 11 mei, 14:04, markus.me...@xxxxxxxxxxxxxx wrote:
Do you mean "generate" (random test files), "render" (map data from some
other source into that schema), "edit" (help a user interactively build
documents that conform to that schema), ...?

Sorry for not being that precise. I mean "edit" in the sense of
helping an user interactively build documents that are valid to a
specific schema.

I have made a freeware XML editor that can generate XML files orm a
xsd:
- right click the xsd in the filetree and choose "Generate XML".
You can then validate (click the validate button) the generated XML
and you will be guided (by error messages and by the editor itself) to
make a valid XML. It will help to display the schema tree structure
while you are editing the xml; you can do this by again right-clicking
the xsd and choosing "Show schema in tree".
See XMLSpear at http://www.donkeydevelopment.com

.



Relevant Pages

  • Re: XML Literals in VB9 - Whats wring with this?
    ... As for generating xsd scheme, .net framework does provide a tool "xsd.exe", ... it can help you generate xsd from a given sample XML document or generate ... However, since it's code logic is quite simple, the generated schema or ...
    (microsoft.public.dotnet.languages.vb)
  • XML Schema (XSD) from SQL Server
    ... trying to use FOR XML to generate XML data and XSD and ... the XSD I get from: ... It only creates a validating schema. ... You would have to provide the mapping in the XSD afterwards. ...
    (microsoft.public.sqlserver.xml)
  • Re: SQLXMLBulkLoad of text child nodes vs. attributes?
    ... You could use the XSDInference tool to get a XSD schema from xml. ... annotations to make it a proper sqlxml schema. ...
    (microsoft.public.sqlserver.xml)
  • Re: Simple mapping question
    ... Yeap created the XSD for the source and destination, ... The destination schema in your case should be a flat file schema. ... There isn't an XML schema ... ...
    (microsoft.public.biztalk.general)
  • Re: how to return xml document from a web service
    ... what specific XML you expect. ... If you have a schema that defines what you expect, ... The second issue with this approach is that XML is not a string. ... >> methods from the wire transport. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)