News update system with asp.net and XML (1)

Source: Internet
Author: User
Tags abstract
Asp.net|xml read a lot about. NET and read a lot about XML, and I've been fascinated by their charms. In the online forums, people are more passionate about. NET, and our colleagues came back from Microsoft and told me that XML is actually a better thing than. Net. Including XSLT, its future is far better than. Net.
In fact, arguing about who is good and who is bad doesn't mean much because. NET itself is tightly bound to XML. Here I use XML instead of data, write a news release system, I hope to be able to play a role, so that more people can understand these latest technologies.
Here are a few of these files. </p><p>contents.xml
<?xml version= "1.0" encoding= "GB2312"?>
<topiclist type= "Aspcool News" >
<topic>
<title>aspcool news!</title>
</topic>
<topic>
<title>resolve a problem</title>
</topic>
</topiclist> </P><P> This is a very simple XML file that is used to display a list of news. </p><p>hello.xml </p><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> This file is used to display the content of the news, the meaning of each of you see it, I will not be here to say more. If you are not familiar with XML, you can go to the XML column of this site (www.aspcool.com) to see.



Related Article

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.