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>