current location:Home > Technical Articles > Backend Development > XML/RSS Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- XML Guide - XML Attributes
- Like HTML, XML elements can have element attributes at the beginning of the tag. Attributes usually contain some additional information about the element.
- XML/RSS Tutorial 1810 2017-02-11 15:16:52
-
- XML Guide - XML Coding
- XML documents can contain foreign language characters such as Norwegian or French (of course Chinese can also be used! This part still cannot be translated according to the original text, some of the content below is written by myself)
- XML/RSS Tutorial 1966 2017-02-11 15:14:05
-
- XML (6) Write an xml serializer yourself
- The previous article has introduced writing content into xml files through serializers. Here we still use the person class to write.
- XML/RSS Tutorial 1532 2017-02-10 16:35:07
-
- XML(5) serialization to write xml file
- The content is written into the xml file through the Xml serializer in .NET. Here we introduce the serialization of list collections.
- XML/RSS Tutorial 1550 2017-02-10 16:33:58
-
- XML (4) XDocument and XmlDocument search for specified nodes
- The specified name or ID can be obtained through the document. The above is to obtain the specified name. Then output the contents of the first child node under the name node by traversing.
- XML/RSS Tutorial 2648 2017-02-10 16:32:57
-
- XML (3) XDocument and XmlDocument recursively read xml files
- The xml file is read into the TreeView through XDocument and XmlDocument, which mainly recursively loads the elements under the xml into the TreeView control.
- XML/RSS Tutorial 2456 2017-02-10 16:31:46
-
- XML (2) Write XML through XmlDocument and XDocument
- In .net, XML can also be written through XmlDocument and XDocument. XmlDocument is the standard XML writing class originally supported. Now the extended XDocument class is more convenient to use. The XDocument class is used below to write an XML file.
- XML/RSS Tutorial 2184 2017-02-10 16:28:58
-
- Approaching XML (1)
- Any part of the document that you do not want to be printed (not the content of the actual document, just like reading notes from a textbook).
- XML/RSS Tutorial 1582 2017-02-10 16:26:59
-
- XML Volume Practical Tips (5): Structure Tree Diagram
- I first thought of making a binary tree because I needed to make a company structure chart. The previous approach was to draw a picture directly using graphics software. It looks great, but you need to paint a new one every time there are changes. On the other hand, the display and layout of lines on web pages are quite limited. Typesetting and positioning based on dynamically generated data are very difficult, and the aesthetics are not satisfactory. After making various attempts, I decided to use XML+XSL for data operations; use VML to beautify lines, and use JAVASCRIPT to position objects.
- XML/RSS Tutorial 1634 2017-02-10 16:22:17
-
- XML Volume Practical Tips (4): Menu Linkage
- Now let's do a small example of applying XML in IE: solving the linkage problem of double drop-down menus. Perhaps the most common example is to select a province and then change the city options, so let's try to use XML to complete it.
- XML/RSS Tutorial 1561 2017-02-10 16:18:33
-
- XML volume practical tips (3): dynamic paging
- In order to facilitate users to view large amounts of data, we will use dynamic paging, so the paging function is the most common and commonly used functional module we have seen on the website. In the past, information paging was connected to the database, and every click required the support of the background database. This not only increases the burden on the server, but also seriously affects the user's browsing speed.
- XML/RSS Tutorial 1697 2017-02-10 16:16:29
-
- XML Volume Practical Tips (2): Dynamic Query
- The query function is the most common and commonly used functional module we have seen on the website. In the past, information queries were connected to the database, and every click required the support of the background database. However, in many cases, users often only operate on a certain part of the data, which not only increases the burden on the server, but also seriously affects the user's browsing speed.
- XML/RSS Tutorial 1707 2017-02-10 16:11:53
-
- XML Volume Practical Tips (1): Dynamic Sorting
- The sorting function makes the data on our page appear more humane, which is a very common functional effect we have seen on websites. In the past, automatic sorting was done with a lot of script code, which was difficult for ordinary enthusiasts. However, it is much simpler to deal with it using XML. Make your page more gorgeous, haha, are you excited too!
- XML/RSS Tutorial 1857 2017-02-10 16:09:32
-
- dom4j operates xml files (full)
- In the project, we use xml files a lot, whether it is parameter configuration or data interaction with other systems.
- XML/RSS Tutorial 1540 2017-02-09 14:14:53
-
- Android dom parses xml method
- First create an xml file yourself: DomTest.xml
- XML/RSS Tutorial 1537 2017-02-09 14:10:50