What about:

<?xml version="1.0" standalone="yes"?>
<PostData xmlns=http://tempuri.org/Post.>
  <Post>
    <PostID>1</PostID>
    <PostCreatedDate>18/04/09</PostCreatedDate>
    <PostUpdatedDate>20/04/09</PostUpdatedDate >
    <PostIsPublished>Yes</PostIsPublished>
    <Localization>
      <Localized culture="en">
        <PostTitle>Request</PostTitle >
        <PostBody>Speedy Express</PostBody>
      </Localized>
      <Localized culture="pt">
        <PostTitle>Request</PostTitle >
        <PostBody>Speedy Express</PostBody>
      </Localized>
    <Localization>
  </Post>
</PostData>

I need to differentiate between cultures.

Reply via email to