XML-XSD-XDR - XML SOAP

This is a discussion on XML-XSD-XDR - XML SOAP ; I'm New to XML.. and Need some Advice..! I Got and XSD file and one XML doc, the XML has some portions of data related to the XSD definition.(This file has definition for multiple product but we will use only ...

+ Reply to Thread
Results 1 to 2 of 2

XML-XSD-XDR

  1. Default XML-XSD-XDR

    I'm New to XML.. and Need some Advice..!

    I Got and XSD file and one XML doc, the XML has some portions of data
    related to the XSD definition.(This file has definition for multiple product
    but we will use only one product)

    I created an XDR using the XML DOC since I'll useonly one of the products.

    What's the best way to build the Database Schema and to automate his
    population. using the XML doc?

    There's any tool to build my SQL Database using the XDR or the XSD..?

    Thanks for any Input





  2. Default Re: XML-XSD-XDR

    XDR is a dialect produced by MS and being deprecated by MS. Use XSD. Making
    schema from a table will be easy in .Net. About five lines of code.

    "Development" <NOSPAM_TheDotNeyGuy@Hotmail.com> wrote in message
    news:O1oFrE3gDHA.2984@TK2MSFTNGP11.phx.gbl...
    > I'm New to XML.. and Need some Advice..!
    >
    > I Got and XSD file and one XML doc, the XML has some portions of data
    > related to the XSD definition.(This file has definition for multiple

    product
    > but we will use only one product)
    >
    > I created an XDR using the XML DOC since I'll useonly one of the products.
    >
    > What's the best way to build the Database Schema and to automate his
    > population. using the XML doc?
    >
    > There's any tool to build my SQL Database using the XDR or the XSD..?
    >
    > Thanks for any Input
    >
    >
    >
    >




+ Reply to Thread