skynav / ttv

Timed Text Markup Language (TTML) Validation Tools
1 stars 2 forks source link

#PCDATA content of foreign elements should be filtered when pruning foreign elements #20

Closed skynavga closed 11 years ago

skynavga commented 11 years ago

The following produces an error (reported by Andreas Tai):

<tt:head>
  <tt:metadata>
    <foo xmlns="http://foo.com">bar</foo>
  </tt:metadata>
    ...
</tt:head>
[E]:{http://localhost/ttml-samples/ebu-tt-samplefile-colours.xml}:[14,17]:cvc-complex-type.2.3: Element 'tt:metadata' cannot have character [children], because the type's content type is element-only.