HL7 / ig-template-base

Base IG template managed by HL7 but usable by anyone (no logos). The foundation for most HL7-published IGs
14 stars 27 forks source link

Sorting the artifacts summary #227

Open mvdzel opened 1 year ago

mvdzel commented 1 year ago

Please sort the artifacts (createArtifactSumarry.xslt) by name (f:name/@value). See also https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Order.20of.20artifacts.20in.20the.20index I am stuck to the fhir.base template because it is a 'nl' realm IG.

Suggestion: Add <xsl:sort select="f:name/@value"> at line 65

lmckenzi commented 1 year ago

Will add an IG parameter that allows asking for sort vs. not. Default will be for the artifacts to be sorted by title. If someone wants to retain the listed order, they can specify the grouping(s) they want to be unsorted, or '*' if they want nothing to be sorted.