xproc / Vnext

Assembly point for all issues for a next version of XProc
1 stars 0 forks source link

Allow arrays in TVTs and AVTs #30

Open xml-project opened 2 years ago

xml-project commented 2 years ago

In 3.0 maps and arrays are not allowed to appear in results of AVTs and TVTs. Maps to not have a string value and can not be flattened, so it make sense to exclude them. But: arrays can be flatten to a sequence of item, and the later has a string value. This is not a very common thing, but I had a project where this problem came up.