Learn XSL + XML

zhaozj2021-02-12  126

Due to work needs, XML XSL has been learning. Here are some notes.

1.xsl syntax:

XPath: match = "a" Match a Node Match = "(A | B)" Matches A and B Nodes (and) Match = "A / / B" Match ... B node, that is, the B node of the parent node

Select the ELE element value under Context and display it.

Test the status in the Bool Statement, meet the code segment that runs.

The most common cycle statement, select the ELE element under Context and loop

转载请注明原文地址:https://www.9cbs.com/read-6650.html

New Post(0)