⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (908 Bytes)
combine (concat) two XPATH (path(.) and the text())
ยป bookstore.xml
Mario Mueller
, 2018-06-05 08:23
<?xml version="1.0" encoding="UTF-8"?>
<bookstore>
<!--https://www.w3schools.com/xml/books.xml-->
<book
category=
"cooking"
>
<title
lang=
"en"
>
Everyday Italian
</title>
<author>
Giada De Laurentiis
</author>
<year>
2005
</year>
<price>
30.00
</price>
</book>
<book
category=
"children"
>
<title
lang=
"en"
>
Harry Potter
</title>
<author>
J K. Rowling
</author>
<year>
2005
</year>
<price>
29.99
</price>
</book>
<book
category=
"web"
>
<title
lang=
"en"
>
XQuery Kick Start
</title>
<author>
James McGovern
</author>
<author>
Per Bothner
</author>
<author>
Kurt Cagle
</author>
<author>
James Linn
</author>
<author>
Vaidyanathan Nagarajan
</author>
<year>
2003
</year>
<price>
49.99
</price>
</book>
<book
category=
"web"
cover=
"paperback"
>
<title
lang=
"en"
>
Learning XML
</title>
<author>
Erik T. Ray
</author>
<year>
2003
</year>
<price>
39.95
</price>
</book>
</bookstore>
(1-1/1)
Loading...