I'm creating a text factory that will take a return-delimited series  
of field names and surround them with the following markup. Everything  
is working, except that I don't know how to add the sequential object  
numbers. Can anyone suggest a solution, please?

Thanks,
dp

        <ObjectData>
                <Type>Fields</Type>
                <Object no="1">
                        <Title>Campus</Title>
                        <Field>SchoolID</Field>
                </Object>
                <Object no="2">
                        <Title>Zip Code</Title>
                        <Field>Zip</Field>
                </Object>
                <Object no="3">
                        <Title>Ethnicity</Title>
                        <Field>Ethnicity</Field>
                </Object>
                <Object no="4">
                        <Title>Grade</Title>
                        <Field>Grade_Level</Field>
                </Object>
                <Object no="5">
                        <Title>Name</Title>
                        <Field>LastFirst</Field>
                </Object>
                <Object no="6">
                        <Title>Student Number</Title>
                        <Field>Student_Number</Field>
                </Object>
        </ObjectData>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "[email protected]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to