BuildingSync / schema

BuildingSync® Schema
https://buildingsync.net
Other
23 stars 22 forks source link

Feat/v2 to v3 translation updates #360

Closed JieXiong9119 closed 3 years ago

JieXiong9119 commented 3 years ago

What does this PR do?

This PR includes follow-up updates on the version translation tool developed in #348. The updated v2_to_v3.xsl file should bring in all the breaking changes from v2 to v3, for transforming BuildingSync v2 xml instances to v3 (via any xslt processor).

What are the relevant PRs?

Breaking changes that are accounted for in #348:

Breaking changes added into xsl on this PR:

JieXiong9119 commented 3 years ago

Awesome! Could you add examples of these in the buildingsync test file so the transformations are tested? Once these comments get wrapped up this should be good to go

I just created a test.xml file in the subfolder. Could you take a look?