Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > XML from XSD Schemas

Reply
Thread Tools

XML from XSD Schemas

 
 
SiJP
Guest
Posts: n/a
 
      11-11-2005
As an analyst, I am always keen for other's point of view in how they
go about doing things. It's my way of learning.

So here's a situation, which i would appreciate your thoughts on:

You, as an XML developer, are given an XSD by a third party
organisation. You've got to Import and Export data from your
'database' using MSXML, conforming to this schema.

At the moment, *my* way of doing this would be to get XMLSpy to
generate a sample xml doc, create an XSLT which maps the xml output
against fields in my db, and use ADO to transform the database data
into a transformed xml doc. And THEN worry about validation.

What methods, or approaches would you use to go from XSD to XML?

With regards,

 
Reply With Quote
 
 
 
 
Tjerk Wolterink
Guest
Posts: n/a
 
      11-12-2005
SiJP wrote:
> As an analyst, I am always keen for other's point of view in how they
> go about doing things. It's my way of learning.
>
> So here's a situation, which i would appreciate your thoughts on:
>
> You, as an XML developer, are given an XSD by a third party
> organisation. You've got to Import and Export data from your
> 'database' using MSXML, conforming to this schema.
>
> At the moment, *my* way of doing this would be to get XMLSpy to
> generate a sample xml doc, create an XSLT which maps the xml output
> against fields in my db, and use ADO to transform the database data
> into a transformed xml doc. And THEN worry about validation.
>
> What methods, or approaches would you use to go from XSD to XML?
>
> With regards,
>


Just use an editor that supports xsd, then when i am typing that
editor will give hints wich elements i can choose from.
The editor gets that info from the xsd file.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XSD-Question: importing Schemas with same namespace Sascha Kerschhofer XML 1 08-16-2005 05:17 PM
handling commonality in similar XSD schemas Albretch XML 1 05-26-2005 05:16 PM
handling commonality in similar XSD schemas Albretch Java 0 05-26-2005 04:53 PM
Question about attribute inheritence in XML Schemas using <xsd:extension> Sean Bright XML 2 12-17-2003 11:51 PM
Help on including one XML document within another XML document using XML Schemas Tony Prichard XML 0 12-12-2003 03:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57