Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rbutterwood

    XSD Design - Element with same name, but different sub elements

    Hi Chip, Yes, it was - thank you.
  2. rbutterwood

    XSD Design - Element with same name, but different sub elements

    Hi, I want to have the following XML instance file: <ResponseBatch> <Response> <ResponseName>Codes</ResponseName> <CodeName>blah</CodeName> </Response> <Response> <ResponseName>Items</ResponseName> <ItemName>blah</ItemName> </Response>...
  3. rbutterwood

    Attributes V's Elements

    What are the downside of using attributes over extra elements. Several books state that it is purely down to the designer's personal preference on using attributes or elements. Personally I think that attributes are nicer as it doesn't bloat the xml. Here are two examples with and without...

Part and Inventory Search

Back
Top