#
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 4m13s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-03-07 17:16:58 +06:00
parent dee47229d7
commit c2be28e714
3 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
<h3>Version History</h3>
[%history%]

View File

@@ -8,6 +8,7 @@
- If dealing with a multi-version IG, it will be run against both IG versions.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://hl7.org/fhir" exclude-result-prefixes="html f">
<xsl:include href="onGenerate.getVersions.xslt"/>
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" omit-xml-declaration="yes"/>
<xsl:variable name="noRootToc" select="/f:ImplementationGuide/f:definition/f:parameter[f:code/@value='noRootToc']/f:value/@value"/>
<xsl:variable name="artifactsOnRoot" select="/f:ImplementationGuide/f:definition/f:parameter[f:code/@value='artifactsOnRoot']/f:value/@value"/>

View File

@@ -1,6 +1,7 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>Version History</h3>
[%history%]
<h3>Version History</h3>
[%history%]
</div>