[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (LEGALRULEML-26) XSLT that post-processes the generated XSD schemas should change xs:NCName to xs:ID
[ https://issues.oasis-open.org/browse/LEGALRULEML-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61528#comment-61528 ]
Tara Athan commented on LEGALRULEML-26:
---------------------------------------
Also the existing template
<xsl:template match="xs:attribute[@name='id']">
<xs:attribute name="id" type="xs:ID"/>
</xsl:template>
is never used.
> XSLT that post-processes the generated XSD schemas should change xs:NCName to xs:ID
> -----------------------------------------------------------------------------------
>
> Key: LEGALRULEML-26
> URL: https://issues.oasis-open.org/browse/LEGALRULEML-26
> Project: OASIS LegalRuleML TC
> Issue Type: Bug
> Components: XSD schema, XSLT for post-processing of schemas
> Environment: The XSLT template to change xs:NCName (used for @key on LRML elements and also @refersTo) to xs:ID is missing.
> Reporter: Tara Athan
> Assignee: Tara Athan
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]