Recently using Firefox for Web page debugging, I found that some JavaScript XSLT processing XML statements only support IE browsers. Some of the articles in the web that describe JavaScript XSLT processing XML are basically based on Ajax.
In desperation, I wrote a JavaScript XSLT
Code code as follows:
2) The Xsl:for-each loop shows the transformation of the select= "XPath expression" selection node (similar to a foreach statement in a programming language).The following example selects the child elements below pets and loops through the names of the child elements:
Copy Code code as follows:
3 xsl:if element Condition display node (if statement in similar programming language) Note that the less than number is greater than the
We know that XML + XSLT can be directly output to browsers that support XML, such as IE 5.0 or later. However, we also need to consider that many Browsers Do not directly support xml. In this case, we need to convert to HTML output to the browser on the server. I am afraid this temporary transition method will be used
I've never used a schema before, this time I wanted to add namespace to my XML file, schema, and then transform it into HTML with XSLT, but I didn't think it would take much effort. Now I have a good record of the results of the work, I hope to help some people.
Let's take a look at my XML file first. The menu that you intend to use to define the page.
Very simpl
The basic format for parsing using xslt is as follows:Xmlns: xsl = "http://www.w3.org/1999/XSL/Transform">// Some xhtml labels can be contained hereXSL refers to the EXtensible Stylesheet Language. xsl is an xml style table. xsl consists of three parts: xslt (a Language used to convert XML documents) x-path (a language
" select node conversion (similar to the foreach statement in programming languages ),In the following example, child elements under pets are selected and the names of child elements are displayed cyclically:Copy codeThe Code is as follows:
3) xsl: if element condition display nodes (similar to the if statement in programming languages) should be replaced by Copy codeThe Code is as follows:
4) xsl: multi-branch condition display of choose (similar to the switch statement in programming languag
installation in win2000.
Some dll libraries are required to use xml and xslt in php,
Extension = php_domxml.dll // function library for operating XML
Extension = php_iconv.dll // For transcoding, such as converting GB2312 to UTF-8
Extension = php_xslt.dll // function library of XSLT
When using the above three l
We know that XML+XSLT can be directly exported to XML-enabled browsers, such as IE more than 5.0, but we also have to consider that there are many browsers do not directly support XML, in this case, we need to convert the server to HTML output to the browser, This interim transitional approach may have to be used for s
We know that XML + XSLT can be directly output to browsers that support XML, such as IE 5.0 or later. However, we also need to consider that many Browsers Do not directly support XML. In this case, we need to convert to html output to the browser on the server. I am afraid this temporary transition method will be used
It is inconvenient to change the XML root for writing a program. Therefore, I wrote a function. the general idea and implementation of this function are as follows: first, I felt that I could filter something using XSLT and then send it back to the client, so I decided to use XSLT and then try to write a root change.
It is inconvenient to change the
You need to reference the following namespaces:UsingSystem. XML; UsingSystem. Xml. XSL; Method implementation:Public Static String Convertxml(XmlDocument Inputxmldocument, String Xsltfilepath , XsltArgumentList Xsltargs) { System.Io.StringWriterSw= New System.Io.StringWriter(); XslCompiledTransformXsltrans= new Xslcompiledtransform Xsltrans. Loadxsltfilepath Xsltrans transform (inputxmldocume
We know that XML+XSLT can be directly exported to XML-enabled browsers, such as IE more than 5.0, but we also have to consider that there are many browsers do not directly support XML, in this case, we need to convert the server to HTML output to the browser, This interim transitional approach may have to be used for s
When using the default namespace in XML, you need to change the namespace when using XSLT for conversion, that is, to name the original default namespace. After one night, I found out that this was the case.
For details about the problem and solution, refer to the following:
Http://bbs.w3china.org/dispbbs.asp? Boardid = 8 id = 50281
In addition, the XML names
Summary
Struts is an excellent framework for Java Web development. Struts is one of the Apache projects and now struts has been widely supported in the Java development community. In this article, Julien Mercay and Gilbert Bouzeid will introduce the process of struts, describe the struts framework, and finally put forward the design method of model 2x. Model 2x replaces the JSP page in the original presentation layer with XML/
Often see a user to ask some about PHP and XML, database combination of the use of posts, but also often see some beginners
Mix the PHP code with the HTML code, and then when the error can not find the error, the rush, I will give a big
Home about how to use XML technology to separate the HTML code from the PHP program, of course, there are many kinds of separation technology, such as Pear
's IT templates.
Introduction
This article specifically records the Syntax problems in the conversion process of XSLT style sheets.Incorrect value and attribute inversion
The style sheet has been modified several times, but an error is reported as before. The error message is as follows:
[XML task] error: An error occurred with the following error message: "attribute and namespace nodes cannot be added to the parent element
When working with an XML file, you may experience a situation where the file contains sensitive data, and your favorite XML processing tool has a problem, such as a bug. You need to provide the vendor with a sample file that causes a bug. Of course, you can't send an XML file randomly because it may be a special tag in the sample file that is causing the problem.
Php, XML, XSLT, Mysql, and code .? Php (as the mainstream development language) require_onceDB.php (as the mainstream development language); database processing class dataTypeMySQL in PEAR (the best combination with PHP)
Require_once "DB. php (as the mainstream development language)"; // database processing class in PEAR
$ DataType = "MySQL (the best combination with PHP)"; // Database type
$ User = "root";
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.