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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- XML—detailed explanation of programming to try to add, delete, check, and modify an XML document
- dao: This package stores functions that directly operate on files. The main method can call the methods in this package to operate on XML documents;
- XML/RSS Tutorial 1790 2017-03-08 16:14:40
-
- Detailed introduction of Android color (color) code in XML files and java code
- Android color (color) is in the XML file and java code. Friends in need can refer to it.
- XML/RSS Tutorial 4347 2017-03-08 16:13:00
-
- Code details for generating and parsing data in Xml format
- Using xml as the carrier of data interaction is a very important function in Android. For example, weather forecast data, SMS backup data, and contact record data can all be expressed in xml.
- XML/RSS Tutorial 1967 2017-03-08 16:11:04
-
- Detailed explanation of web.xml component loading sequence
- In the process of configuring project components, it is necessary to understand the order in which Tomcat loads components. For example, the cluster function of some frameworks such as Quartz requires database support, and the database must be loaded before the framework components are loaded.
- XML/RSS Tutorial 1647 2017-03-07 17:08:37
-
- Detailed introduction to graphic code based on LINQ to XML programming
- The XElement class is one of the base classes in LINQ to XML. It represents an XML element. You can use this class to create an element; change the element's content; add, change, or delete child elements; add attributes to the element; or serialize the element's content in text format. It also interoperates with other classes in System.Xml, such as XmlReader, XmlWriter, and XslCompiledTransform.
- XML/RSS Tutorial 1684 2017-03-07 16:55:37
-
- Detailed explanation of code examples of C#-XML operation class
- An XML operation class written, including read/insert/modify/delete.
- XML/RSS Tutorial 1565 2017-03-07 16:44:47
-
- Detailed introduction to XML technology for uploading files
- This article explains an example of using XML technology to upload files. This method does not have the limitations of traditional methods. This example describes how to use MSXML3.0 and the ADO Stream object to implement this new upload method. There are many benefits, such as no need for a dedicated upload component.
- XML/RSS Tutorial 2423 2017-03-07 16:40:22
-
- Detailed introduction on how to use DOM to create XML
- When I introduced XML and asked others to try using DOM, more than one person asked me whether DOM can be used to directly generate an XML file out of thin air.
- XML/RSS Tutorial 1494 2017-03-07 16:38:25
-
- Detailed explanation of a simple XML Schema sample code
- We can see that the syntax of DTD is quite complicated, and it does not meet the standards of xml files and forms a system of its own. In other words, the DTD document itself is not a well-formed XML document. The above introduction to DTD is only an introduction. The purpose is to help everyone understand DTD files and create simple DTD files when necessary, because now Many XML applications are built on DTD.
- XML/RSS Tutorial 1594 2017-03-07 16:36:21
-
- XML creates sortable and paginated data display pages
- In web development, we often encounter paging display and sorting of data record sets. This is very easy to do on the server side using server-side code and database technology, such as: asp, php, jsp, etc. However, if you want to display multiple records on the client and sort them, it can be a headache. Below, we use Extensible Markup Language (xml, extensible markup language) and Extensible Stylesheet Language Transformations (XSLT, extensible style single language transformation), combined with XML Path Language (XPath, XML
- XML/RSS Tutorial 5548 2017-03-07 16:34:55
-
- Detailed explanation of Javascript calling XML to create linked drop-down box code examples
- Two methods are used to link drop-down boxes in traditional HTML pages: 1) Directly hardcode the content in the drop-down box into the JavaScript of HTML, and call a Javascript function to write it into the drop-down box in a loop. This method is not suitable for situations where the contents of the drop-down box change frequently. Because the data source and JavaScript program are written on the same page.
- XML/RSS Tutorial 1470 2017-03-07 16:29:29
-
- Detailed introduction to using xmlhttp to add domain name query function to the website
- When we prepare to build a Web site, we must apply for an Internet domain name from the domain name registration agency. Therefore, we usually want to know whether the domain name we intend to use has been registered. In this case, we can visit the NIC website http://www.nic .net, click the "whois" link and enter the domain name to be queried, you can get the results we need.
- XML/RSS Tutorial 1679 2017-03-07 16:16:19
-
- A detailed introduction to how to use XML data source objects in web design
- The xml data source object is an ActiveX control that allows you to manipulate data between XML files and HTML pages. This article will show you how to extract data from various XML data sources and how to display this data using JavaScript.
- XML/RSS Tutorial 1612 2017-03-07 16:14:28
-
- Detailed introduction to graphic code of XML-based desktop applications
- As mentioned earlier, through XSL, we can submit the same data to end customers in different data forms. An XSL file describes the display method of the data. You can connect many XSLs to the same xml document to provide different based on HTML representation, so in fact, we can build XML based desktop applications. A graphical representation based on Windows architecture looks like this:
- XML/RSS Tutorial 1969 2017-03-06 16:48:03
-
- Use xmldom to generate static html pages on the server side
- In order to improve the access speed for the page data generated on the server side, it is often necessary to generate static htm pages. Usually, you can use fso to generate static htm pages. But if fso is banned or does not have permission to use fso, other methods are needed to solve it. Using xmldom, using its save() method is a good solution. Moreover, if the data is in xml format, use save( ) is faster than using fso, and the code reuse rate is also high.
- XML/RSS Tutorial 1868 2017-03-06 16:43:31