Project

Profile

Help

Support #4290 ยป SampleXslt.xsl

Kevon Hayes, 2019-08-21 21:22

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"
xmlns:rev="http://www.boeing.com/FTID-ML/Revision" xmlns:exsl="http://exslt.org/common"
xmlns:ftid="http://www.boeing.com/FTID-ML" exclude-result-prefixes="xd" version="3.0"
xmlns:file="http://expath.org/ns/file"
xmlns:c365Fn="http://saxon-extensions.comply365.com/"
xmlns:pn="http://internal-project-namespace">

<xsl:variable name="whatIsTheSquareRoot" select="c365Fn:sqrt(64)"/>

<fo:block font-size="12pt" text-align="left">
<xsl:value-of select="descendant::ftid:PUInfo/@sectionName"/>
<xsl:value-of select="$whatIsTheSquareRoot"/>
</fo:block>
</xsl:stylesheet>
    (1-1/1)