|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I have 3 simple SQL tables with the following columns: Document > DocumentID (PK), Title, File, CreatedDate TagsDocuments > DocumentID, TagID (Composite PK) Tags > TagID (PK), Tag Is it possible to replicate this structure using XML files? Thanks, Miguel |
|
#2
|
|||
|
|||
|
I don't see why not?
<Document> <DocumentID>39402</DocumentID> <Title>Title</Title> <File>Some file</File> <CreatedDate>20080409</CreatedDate> <TagsDocument> <Tag>920</Tag> </TagsDocument> <TagsDocument> <Tag>422</Tag> </TagsDocument> </Document> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Replicate Tables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|