sandflow / regxmllib

Convert MXF to XML: RegXML (SMPTE ST 2001-1) tools and libraries
BSD 2-Clause "Simplified" License
35 stars 14 forks source link

Use Label symbol when possible instead of Label UL #46

Closed palemieux closed 8 years ago

palemieux commented 9 years ago

FragmentBuilder (applyRule5_3) currently encodes labels as UL. This could be improved by using the Label symbol if available.

palemieux commented 8 years ago

The UL should always be present, with the local name of the Label added, if available, as an XML comment. This avoids having to use the long qualified name for the Label and have documents with mixed UL and symbol values.

palemieux commented 8 years ago

See PR #91.

Ready to test.