-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Deprecate DoorID and WindowID as direct Child under Side #364
Conversation
Create proposal Implement in schema Transform examples
@@ -52,4 +52,18 @@ Version: 0.1.0 | |||
</xsl:comment> | |||
</xsl:template> | |||
|
|||
<!-- Transform auc:WindowID element under auc:Side to auc:WindowIDs/auc:WindowID element --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! @macintoshpie feel free to merge down after you take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I updated the translation test file to include these elements as well
<!--xsl:template match="@xsi:schemaLocation"> | ||
<xsl:attribute name="xsi:schemaLocation">http://buildingsync.net/schemas/bedes-auc/2019 https://raw.githubusercontent.com/BuildingSync/schema/v3.0.0/BuildingSync.xsd</xsl:attribute> | ||
</xsl:template> | ||
</xsl:template--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this for now, but maybe we should tweak our examples so that we can allow this to be included. e,g, if a user has a schemalocation that points to an older version then it'll be incorrect
See proposals.
Resolve #234 #235