Quantcast
Channel: Adobe Community : All Content - InDesign
Viewing all articles
Browse latest Browse all 62281

Can anyone that works wirth xml in InDesign help me

$
0
0

I am trying to create a schema to get an Excel workbook into xml so I can take that information and make a member list in inDesign CS6 so I don't have to type it by hand. This is the schema:

 

<?xml version="1.0"?>

<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance">

<element name="memberList">

    <member>

        <lastname>LastName</lastname>

        <firstname>FirstName</firstname>

        <phone>555-555-5555</phone>

        <streetaddress>streetaddress</streetaddress>

        <city>City</city>

        <state>State</state>

        <zipcode>Zip code</zipcode>

        <email>email</email>           

    </member>

</element>

</schema>

 

When I bring the schema into Excel, everything seems to be fine except that the top of the tree is wrong in excel. memberList is nott at the top ot the tree. When I pull it over to populate the cells I get no names but when i click on the cell it highlights the proper name in the tree.

 

 

Schema

     element

          name

     member

          lastname

          firstname

          phone

          streetaddress

          city

          state

          zipcode

          email

 

Can anyone that works wirth xml in inDesign help me


Viewing all articles
Browse latest Browse all 62281

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>