Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. content=<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <Post>
  3.   <PostCategoryId>1</PostCategoryId>
  4.   <CreatedBy>1</CreatedBy>
  5.   <Title>test title</Title>
  6.   <Summary>summary</Summary>
  7.   <Body>this is the body</Body>
  8.   <CreatedAt>2007-03-04 03:02:00</CreatedAt>
  9.   <UpdatedAt>2010-11-11 18:27:28</UpdatedAt>
  10.   <PostCategory>
  11.     <Id>1</Id>
  12.     <Name>post category</Name>
  13.     <Description>this is the description</Description>
  14.     <IsEnabled>1</IsEnabled>
  15.   </PostCategory>
  16. </Post>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement