Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Help with DataSource

    I am trying to build a data source for a list box. Here a fragment of an xml I am using:
    <?xml version="1.0" encoding="utf-8" ?>
    <states>
    <state name="ALABAMA" abbreviation="AL" />
    <state name="ALASKA" abbreviation="AK" />
    ........
    Can you please help with data source creation?

    Thanks

    #2
    Hi Mark
    It looks like you need to set serverType to xml, set recordXPath to the appropriate thing (from your sample this looks like "//state"), and include fields "name" and "abbreviation".

    Give that a try and let us know if it doesn't work and you can't find an answer in the documentation or by looking at the other examples that load XML data.

    Comment

    Working...
    X