This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let | |
| $this-year-start := xs:date(concat(year-from-date(current-date()), '-07-01')), | |
| $fiscal-start := | |
| if ($this-year-start <= current-date()) | |
| then $this-year-start | |
| else $this-year-start - xs:yearMonthDuration('P1Y'), | |
| $fiscal-end := $fiscal-start + xs:yearMonthDuration('P1Y') - xs:dayTimeDuration('P1D'), | |
| $input-date := xs:date('2020-08-03') | |
| return | |
| $fiscal-start <= $input-date and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| footer { display: none } | |
| /* Reduce and unify font size */ | |
| .list-h1 { font-size: 14px; } | |
| ul.topLevel li.task, ul.topLevel ul li.task { | |
| font-size: 14px !important; | |
| font-weight: normal; | |
| font-family: -apple-system; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xh:html xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:ev="http://www.w3.org/2001/xml-events" | |
| xmlns:xi="http://www.w3.org/2001/XInclude" | |
| xmlns:xxi="http://orbeon.org/oxf/xml/xinclude" | |
| xmlns:xxf="http://orbeon.org/oxf/xml/xforms" | |
| xmlns:map="http://www.w3.org/2005/xpath-functions/map" | |
| xmlns:array="http://www.w3.org/2005/xpath-functions/array" | |
| xmlns:exf="http://www.exforms.org/exf/1-0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xh:html xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:ev="http://www.w3.org/2001/xml-events" | |
| xmlns:xi="http://www.w3.org/2001/XInclude" | |
| xmlns:xxi="http://orbeon.org/oxf/xml/xinclude" | |
| xmlns:xxf="http://orbeon.org/oxf/xml/xforms" | |
| xmlns:map="http://www.w3.org/2005/xpath-functions/map" | |
| xmlns:array="http://www.w3.org/2005/xpath-functions/array" | |
| xmlns:exf="http://www.exforms.org/exf/1-0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| concat( | |
| '<a target="_blank" href="https://www.google.com/', | |
| $other-field-name, | |
| '">Click me</a>' | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xh:html xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:ev="http://www.w3.org/2001/xml-events" | |
| xmlns:xi="http://www.w3.org/2001/XInclude" | |
| xmlns:xxi="http://orbeon.org/oxf/xml/xinclude" | |
| xmlns:xxf="http://orbeon.org/oxf/xml/xforms" | |
| xmlns:map="http://www.w3.org/2005/xpath-functions/map" | |
| xmlns:array="http://www.w3.org/2005/xpath-functions/array" | |
| xmlns:exf="http://www.exforms.org/exf/1-0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xh:html xmlns:xh="http://www.w3.org/1999/xhtml" | |
| xmlns:xf="http://www.w3.org/2002/xforms" | |
| xmlns:xxf="http://orbeon.org/oxf/xml/xforms" | |
| xmlns:ev="http://www.w3.org/2001/xml-events" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:fr="http://orbeon.org/oxf/xml/form-runner"> | |
| <xh:head> | |
| <xf:model> | |
| <xf:instance> | |
| <first-name xmlns=""/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xh:html xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:ev="http://www.w3.org/2001/xml-events" | |
| xmlns:xi="http://www.w3.org/2001/XInclude" | |
| xmlns:xxi="http://orbeon.org/oxf/xml/xinclude" | |
| xmlns:xxf="http://orbeon.org/oxf/xml/xforms" | |
| xmlns:map="http://www.w3.org/2005/xpath-functions/map" | |
| xmlns:array="http://www.w3.org/2005/xpath-functions/array" | |
| xmlns:exf="http://www.exforms.org/exf/1-0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xh:html xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:ev="http://www.w3.org/2001/xml-events" | |
| xmlns:xi="http://www.w3.org/2001/XInclude" | |
| xmlns:xxi="http://orbeon.org/oxf/xml/xinclude" | |
| xmlns:xxf="http://orbeon.org/oxf/xml/xforms" | |
| xmlns:exf="http://www.exforms.org/exf/1-0" | |
| xmlns:fr="http://orbeon.org/oxf/xml/form-runner" | |
| xmlns:saxon="http://saxon.sf.net/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xh:html xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:ev="http://www.w3.org/2001/xml-events" | |
| xmlns:xi="http://www.w3.org/2001/XInclude" | |
| xmlns:xxi="http://orbeon.org/oxf/xml/xinclude" | |
| xmlns:xxf="http://orbeon.org/oxf/xml/xforms" | |
| xmlns:exf="http://www.exforms.org/exf/1-0" | |
| xmlns:fr="http://orbeon.org/oxf/xml/form-runner" | |
| xmlns:saxon="http://saxon.sf.net/" |