Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

importing table and IDs

Status
Not open for further replies.

1acer1

Programmer
Aug 14, 2003
14
CZ
- i have a structure application where all elements have attribute "id"
- this attribute's type is set to "Unique ID" in edd

now:
when i open or import xml with a table, only elements "table", "thead", "tbody" and "tfooter" have set attribute "id", but for all other elements ("caption", "th", "td" and also all elements in table cells) this "id" attribute is empty

when i change the type of "id" attribute in edd to "String" everything goes well, but then i can't use cross-references in xml, because they need to point at elements which have a "Unique ID" attribute

does anybody know how to solve this and what is the cause of it

thank's very much for any help

acer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top