Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Urgent help #58278
    xmlapi
    Member

    My XML is valid….this is before I even import XML.

    When I duplicate the page spread…the tags inside the course node in the structure get moved to the first course node. The tags taht get moved are the ones in seperate placeholders.

    For an example, here is the structure

    <courses>
    <course><number/><name/><category/></course>
    <course><number/><name/><category/></course>
    </courses>

    Category is in a seperate placeholder. Number and name are in the main placeholder in the page.

    Now when I duplicate the page spread….here is what happens:

    <courses>
    <course><number/><name/><category/></category></category></course>
    <course><number/><name/><category/></course>
    <course><number/><name/></course>

    <course><number/><name/></course>
    </courses>

    See how the first course node has the category nodes from the duplicate courses???? This is before I import any XML.

Viewing 1 post (of 1 total)