News Update System Using asp.net and xml (1)

Source: Internet
Author: User

I have read a lot of articles about. net and many xml documents, and I have been deeply attracted by their charm. In online forums, discussions on. net are even more intense, and our colleagues told me that xml is actually a better thing than. net. Including xslt, the future is far better than. net.
In fact, it is not very interesting to argue who is good or who is bad, because. net itself is already closely integrated with xml. Here I will use xml to replace data and write a news and publishing system. I hope this will help more people understand the latest technologies.
These files are described below. </P> <P> contents. xml
<? Xml version = "1.0" encoding = "GB2312"?>
<Topiclist type = "AspCool News">
<Topic>
<Title> aspcool news! </Title>
<Href> main. aspx? Name = hello </Topic>
<Topic>
<Title> Resolve a problem </title>
<Href> main. aspx? Name = test </Topic>
</Topiclist> </P> <P> This is a simple xml file used to display the news list. </P> <P> hello. xml </P> <? Xml version = "1.0" encoding = "GB2312"?>
<Document>
<Title> aspcool news! </Title>
<Abstract> test news </abstract>
<Author> feiying </author>
<Content>
<Paragraph> The firet test </paragraph>
</Content>
</Document> </P> <P>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.