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:
-
- 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 1532 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 5406 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 1400 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 1627 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 1548 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 1912 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 1805 2017-03-06 16:43:31
-
- Detailed analysis of URL encoding issues containing Chinese characters
- In xml applications, some URL information is often stored as xml data, and the URL parameters may contain Chinese characters. When using dom to parse xml data, Chinese characters can be encoded.
- XML/RSS Tutorial 1757 2017-03-06 16:40:51
-
- Detailed introduction on how to use javascript+xml to implement paging
- In web-based technology, paging is an old problem, but it is a problem that everyone talks about. With the increasing application of xml technology, it is also possible to apply xml to paging. Of course, there are many online tutorials. Even though I was confused, I decided to write one myself and share it with everyone and make corrections.
- XML/RSS Tutorial 3038 2017-03-06 16:38:01
-
- A detailed introduction to teach you how to quickly find information from an XML file
- In the Internet era, xml files play a role in saving and transmitting data. The Soap protocol communicates information through Xml, and the database is accessed through Xml files, etc. So how to quickly obtain the required information from an XML file?
- XML/RSS Tutorial 2688 2017-03-06 16:35:06
-
- Detailed introduction to using XMLHTTP to send extremely long XML form data
- When sending a large amount of xml to your IIS server as part of the POST data - such as in a TEXTAREA of an asp form - you may get some unexpected results. When the data is processed on the server, you may end up encountering errors due to the way you process the data. The reason is that when you submit data back to the server, there is a (data) size limit in the POST field. The purpose of this is to prevent possible intruders from sending an extremely large amount of data to the server in a denial of service (DoS) attack.
- XML/RSS Tutorial 1507 2017-03-06 16:28:35
-
- Teach you a detailed explanation of how to quickly convert XML files through XSL
- It's good to use xml, but it's still not suitable as a language for displaying data. (It takes more checking than HTML!) The things made from XML files don't look so beautiful, but you can still find ways to remedy them.
- XML/RSS Tutorial 2075 2017-03-06 16:23:24
-
- Detailed explanation of several easily confused concepts in XML database
- When developers talk about XML databases, they are often referring to two concepts: a database that stores XML data, and a DBMS that utilizes XML databases. Most major DBMS products allow you to integrate XML data into your application without changing the existing database. Now let us discuss XML database and explore its features.
- XML/RSS Tutorial 1587 2017-03-06 16:19:35
-
- Detailed introduction to XML data island record editing and code adding examples in HTML
- <HTML> <HEAD><Title>Record set in data island in HTML</Title></HEAD> <body bkcolor=#EEEEEE text=blue bgcolor="#00FFFF"> <Table align=center width=" 100%"><TR><TD align="center"> <h
- XML/RSS Tutorial 2179 2017-03-06 16:14:56
-
- Getting Started with XML: What is XML and what can it do?
- XML is eXtensible Markup Language. Tags refer to information symbols that computers can understand. Through such tags, computers can process articles containing various information. How to define these tags, you can choose an internationally accepted markup language, such as HTML, or you can use a markup language like XML that is freely decided by the relevant people. This is the extensibility of the language. XML is simplified and modified from SGML. It mainly uses XML, XSL and XPath, etc. The above paragraph is
- XML/RSS Tutorial 1845 2017-03-05 14:03:12