How can I create this special xml file
I want to creat this XML file with C# or ASP
[code=xml]<?xml version="1.0" standalone="yes "?>
<Info>
<News>
<Item>
<Id>1</Id>
<Title>Test1</Title>
<Body>testing 1 testing1 testing1</Body>
</Item>
<Item>
...
User Profile
Collapse
-
Last edited by jhardman; Sep 3 '08, 05:32 PM. Reason: Moved to .NET forum. ASP forum is for "classic" ASP only -
creating a sprecial xml file
I want to creat this XML file with C# or ASP
[CODE=xml]<?xml version="1.0" standalone="yes "?>
<Info>
<News>
<Item>
<Id>1</Id>
<Title>Test1</Title>
<Body>testing 1 testing1 testing1</Body>
</Item>
<Item>
<Id>2</Id>...Leave a comment:
-
Create XML file with C# or ASP
I want to creat this XML file with C# or ASP
Code:<?xml version="1.0" standalone="yes"?> <Info> <News> <Item> <Id>1</Id> <Title>Test1</Title> <Body>testing1 testing1 testing1</Body> </Item> <Item> <Id>2</Id> <Title>Test2</Title>
-
Creating a special xml file
I want to creat this XML file with C# or ASP
<?xml version="1.0" standalone="yes "?>
<Info>
<News>
<Item>
<Id>1</Id>
<Title>Test1</Title>
<Body>testing 1 testing1 testing1</Body>
</Item>
<Item>
<Id>2</Id>
<Title>Test2</Title>...
No activity results to display
Show More
Leave a comment: