oasis-tcs / xliff-xliff-22

OASIS XLIFF TC: A repository designed for use in development of TC chartered work products and test suites
https://github.com/oasis-tcs/xliff-xliff-22
Other
10 stars 2 forks source link

Example in Section 4.2.3.3 pc is invalid #2

Closed yumaoka closed 2 years ago

yumaoka commented 3 years ago

The example in section 4.2.3.3 pc is not wellformed.

<unit id="1">
 <originalData>
  <data id="1">&lt;B&gt;</data>
  <data id="2">&lt;/B&gt;</data>
 </originalData>
 <segment><pc id="1" dataRefStart="1" dataRefEnd="2">Important</pc>
text</source>
 </segment>
</unit>

It should have <source> element after <segment>.

rmraya commented 3 years ago

Hello,

That example is indeed wrong. The opening tag for the element is missing.

Notice that the text published at GitHub is a port of the original specification for XLIFF 2.1.

The example will be corrected on XLIFF 2.2. Thank you for reporting.

Regards,

Rodolfo

--

Rodolfo M. Raya mailto:rmraya@maxprograms.com rmraya@maxprograms.com

Maxprograms https://www.maxprograms.com

From: Yoshito Umaoka notifications@github.com Sent: Wednesday, August 12, 2020 12:47 PM To: oasis-tcs/xliff-xliff-22 xliff-xliff-22@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [oasis-tcs/xliff-xliff-22] Example in Section 4.2.3.3 pc is invalid (#2)

The example in section 4.2.3.3 pc is not wellformed.

<B> </B> Important text

It should have element after .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/oasis-tcs/xliff-xliff-22/issues/2 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AB43U4ARHT2A5T4TTPYXYPTSAK2N7ANCNFSM4P44UPLA . https://github.com/notifications/beacon/AB43U4DVMDOVUYXWXKZ6YMDSAK2N7A5CNFSM4P44UPLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KDGLUBA.gif

rmraya commented 2 years ago

Fixed in current draft