[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (XLIFF-48) existence of "firstNo" at the start of non-reorderable sequences not checked
David Filip created XLIFF-48:
--------------------------------
Summary: existence of "firstNo" at the start of non-reorderable sequences not checked
Key: XLIFF-48
URL: https://issues.oasis-open.org/browse/XLIFF-48
Project: OASIS XML Localisation Interchange File Format (XLIFF) TC
Issue Type: Bug
Components: validation artifacts
Affects Versions: 2.1_csprd03
Environment: http://markmail.org/thread/sbz3myvzpzlfilsf
Reporter: David Filip
Assignee: Soroush Saadatfar
Priority: Blocker
Fix For: 2.1_cs01
the xliff file
<xliff version='2.0'
xmlns='urn:oasis:names:tc:xliff:document:2.0' srcLang="en" trgLang="fr">
<file id="f1">
<unit id="u1">
<segment>
<source><pc id="1" canCopy="no" canDelete="no"
canReorder="no"><ph id="2" canCopy="no" canDelete="no"/></pc></source>
</segment>
</unit>
</file>
</xliff>
is recognized as valid by xliff_core_2.1.sch (rev. 807), event though
in
http://docs.oasis-open.org/xliff/xliff-core/v2.1/csprd03/xliff-core-v2.1-csprd03.html#canreorder
says:
"firstNo when the code is the first element of a sequence that cannot
be re-ordered, no when it is another element of such a sequence."
Could you please have a look?
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]