Look the following xml you get an idea <?xml version="1.0" standalone="yes"?> <PostData xmlns=http://tempuri.org/Post.> <Post> <Localized> <PostTitle >Request</PostTitle > <PostBody>Speedy Express</PostBody> </Localized> <UnLocalized> <PostID>1</PostID> <PostCreatedDate>18/04/09</PostCreatedDate> <PostUpdatedDate>20/04/09</PostUpdatedDate > <PostIsPublished>Yes</PostIsPublished> </UnLocalized> </Post> <Post> <Localized> <PostTitle >Request</PostTitle > <PostBody>Speedy Express</PostBody> </Localized> <UnLocalized> <PostID>2</PostID> <PostCreatedDate>18/04/09</PostCreatedDate> <PostUpdatedDate>20/04/09</PostUpdatedDate > <PostIsPublished>Yes</PostIsPublished> </UnLocalized> </Post> </PostData>
2009/4/20 shapper <[email protected]> > > Hello, > > I creating xml files to hold localized resources such as posts, > documents, contents, etc. > > For example, a post contains the following fields: > PostID, PostTitle, PostBody, PostCreatedDate, PostUpdatedDate and > PostIsPublished > > Localized Columns: > PostTitle and PostBody > > NO Localized columns: > PostID, PostCreatedDate, PostUpdatedDate and PostIsPublished > > What is the best way to create a XML file structure to hold posts? > > I always use SQL databases but in this project I need to use XML files > that I am not so used to ... > > Could someone help me out with this? > > Thanks, > Miguel -- Regards ******************* *C.Arun Kumar * *******************
