GithubHelp home page GithubHelp logo

beanspitter's People

Contributors

cezarlamann avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

beanspitter's Issues

XmlParser is not getting elements from sequences.

XmlParser is not getting elements from sequences, like Customer or Order objects from the XML sequences.

The method CheckTypesForAmbiguity is returning that there is an ambiguity when asked to parse elements from the type CustomerType or OrderType in CustomersOrders.cs. However, the inner exception is just a "NullReferenceException". Given this, the parser returns one error at the result, and no elements are actually parsed.

<?xml version="1.0" encoding="utf-8"?>
<Root>
    <Customers>
        <Customer CustomerID="GREAL">
            <CompanyName>Great Lakes Food Market</CompanyName>
            <ContactName>Howard Snyder</ContactName>
            <ContactTitle>Marketing Manager</ContactTitle>
            <Phone>(503) 555-7555</Phone>
            <FullAddress>
                <Address>2732 Baker Blvd.</Address>
                <City>Eugene</City>
                <Region>OR</Region>
                <PostalCode>97403</PostalCode>
                <Country>USA</Country>
            </FullAddress>
        </Customer>
    </Customers>
    <Orders>
        <Order>
            <CustomerID>GREAL</CustomerID>
            <EmployeeID>6</EmployeeID>
            <OrderDate>1997-05-06T00:00:00</OrderDate>
            <RequiredDate>1997-05-20T00:00:00</RequiredDate>
            <ShipInfo ShippedDate="1997-05-09T00:00:00">
                <ShipVia>2</ShipVia>
                <Freight>3.35</Freight>
                <ShipName>Great Lakes Food Market</ShipName>
                <ShipAddress>2732 Baker Blvd.</ShipAddress>
                <ShipCity>Eugene</ShipCity>
                <ShipRegion>OR</ShipRegion>
                <ShipPostalCode>97403</ShipPostalCode>
                <ShipCountry>USA</ShipCountry>
            </ShipInfo>
        </Order>
    </Orders>
</Root>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.