Re: There must be a better way!

From: David Sterling (david_sterling_at_sterling-consulting.com)
Date: 06/18/04


Date: Fri, 18 Jun 2004 09:19:50 -0700

Sure!

Putting in a query to retrive a Response using the search engine. This
returns the data in <QueryResponse> - I've found the XSD that goes with
this, but am unable to apply it (errors using a Dataset and trying to
apply to the XML Document).

I resorted to manually going through the XML to get the data...

NOTE I tried QueryEx however, the dataset it returns is not sufficient
(some of the data is not included).

David M. Sterling
CEO/Principal Consultant
Sterling International Consulting Group
david_sterling@sterling-consulting.com

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!



Relevant Pages

  • Re: How to define a "anywhere" node in my XSD
    ... be added everywhere in the XML document. ... dealing with real-life text documents was sidelined in the mad rush ... but this can be eliminated by generating the XSD ...
    (comp.text.xml)
  • Re: Representing Biz Entity in XML: Use XMLSerializer or custom using XSD?
    ... I guess you could say the root of our problems is trying to marrying up between a complex .NET object that implements OOP and an XML document to be used by a Web Service. ... VB) that correspond to that XSD. ... > Of course the business entity would have to do the creation and field ... XmlSerializer does this for you, ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Problem with XMLValidatingReader
    ... Your test harness code is correct. ... But your expectation from the XSD and XML ... This should not cause an error as the XML document is valid ... > Detects most schema infractions, so I'll assume this is a correct ...
    (microsoft.public.dotnet.xml)
  • Re: How to define a "anywhere" node in my XSD
    ... I would like to specify in my XSD that the "Documentation" element can ... be added everywhere in the XML document. ... How can i declare this in my XSD? ... What you are asking for is equivalent to an inclusion in SGML. ...
    (comp.text.xml)