Liquid XML Data Binder (C++, Java, VB6) / Help With Your Evaluation / Bookstore Sample App
In This Topic
    Bookstore Sample App
    In This Topic

    Things to look at:

    BookStore.xsd
    The XSD file used in this sample

    SampleApp.exe
    The is a simple viewer that allows you to look at the hierarchy of objects that have been generated by the XML Data Binding Wizard. The viewer shows all the properties of the objects, and allows you to view the XML generated from individual objects within the document. You can also change the document by right licking on elements.

    BookStoreLib.chm
    The help file generated along with the data binding libraries (requires the XmlDataBinder.chm file to be in the same directory for all the links to work correctly).

    BookStoreSample.xml
    The sample initially loaded by the SampleApp.

    BookStore.xsd_NameMapping.cs.xml
    The mapping files, this allows you to change the names of the generated classes, and property/method names within the each class. There is a UI for editing this that is part of the wizard.

    BookStore.xsd.Output directory
    The source and documentation generated by the XML Data Binding Wizard.

    Class Structure