Updated: Friday, September 01,2023-09-01 13:17:21
parent
a7c365b42d
commit
11bd09ff75
|
@ -43,6 +43,14 @@ Wait so hold on just a second, wouldn't this have applications in quantum??
|
|||
|
||||
![[Pasted image 20230901124958.png]]
|
||||
|
||||
### XPATH
|
||||
A query language for navigating in XML document or extract elements in HTML documents
|
||||
|
||||
[XPath Generator](https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbDNpRmQ5eUJ6amJvRFliRkFfcFI3Tk00RFNhQXxBQ3Jtc0tudXpjSVJ3RUE3TUhFTWtNMFIyVnlhaVFDUm5aTS1wRmZZVnVtdGlabVVPcDJ1Vkd5cnU0QkFINFZEeGR4T1VJX3lJM2tEVkx2ZDYyV3lkVlVHTnViN2RTc2J6WjE4c3MyMWt4aU9ZOUJnS0lvMnE5WQ&q=https%3A%2F%2Fwww.easycodeforall.com%2FXPathUtility.jsp&v=U-MZJ6rbqi4)
|
||||
|
||||
|
||||
### XSL/XSLT
|
||||
|
||||
XSL - eXtensible Stylesheet Language
|
||||
- a styling language for XML
|
||||
|
||||
|
@ -115,6 +123,7 @@ Example:
|
|||
<xs:schema xmins:xs="http://www.w3.org">
|
||||
<xs:element name="class">
|
||||
<xs:complexType>
|
||||
<xsLsequence>
|
||||
<xminselement name ="student> maxOccurs="Unbounded" minOccurs="0">
|
||||
|
||||
```
|
||||
```
|
||||
Ensure that it is valid.
|
Loading…
Reference in New Issue