Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<overall-document>
<library xmlns:billing="www.librarysonline.com">;
<billing:reference-number>
23
</billing:reference-number>
</library>
<justaccounting xmlns:billing="www.justaccounting.com">;
<billing:reference-number>
23.34
</billing:reference-number>
</justaccounting>
</overall-document>
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; >
<xsl:template match="/" xmlns:billing="www.librarysonline.com">;
<xsl:value-of select="//billing:reference-number"/>
</xsl:template>
</xsl:stylesheet>