We will use the "books.xml" document in the examples below (same XML file as in the previous chapters).
View the "books.xml" file in your browser.
As we have seen in a previous chapter, we may include elements and attributes from the input document ("books.xml) in the result:
The XQuery expression above will include both the title element and the lang attribute in the result, like this:
The XQuery expression above returns the title elements the exact same way as they are described in the input document.
We now want to add our own elements and attributes to the result!
Now, we want to add some HTML elements to the result. We will put the result in an HTML list - together with some text:
The XQuery expression above will generate the following result:
Next, we want to use the category attribute as a class attribute in the HTML list:
The XQuery expression above will generate the following result:
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.