C2018-039: Upgrade – User Control of Format
This commit is contained in:
16
PROMS/VEPROMS User Interface/UCFSummary.xsl
Normal file
16
PROMS/VEPROMS User Interface/UCFSummary.xsl
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output method="text" omit-xml-declaration="yes" indent="no"/>
|
||||
<xsl:template match="/">
|
||||
|
||||
<xsl:for-each select="//FormatData/*|//DocStyles/*">
|
||||
<xsl:if test="*">
|
||||
<xsl:value-of select="name()"/>
|
||||
<xsl:if test="position() != last()">,</xsl:if>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
Reference in New Issue
Block a user