Re: [xliff] ITS rules syntax

From
Felix Sasaki <>
Date
2017-06-18T19:33:32+00:00
ID
CAL58czpXq_XHbqL2wQ_VXrG2mkLnx=v+QX=
Thread
Re: [xliff] ITS rules syntax
Hi Yves, all,

you are right, this is not the correct syntax, probably due to export from Oxygen editor? Anyway replacing //: by / should help.

- Felix

2017-06-18 18:42 GMT+02:00 Yves Savourel <>:

Hi all,

 

Are we sure the ITS rules in its.sch (especially the locNoteRule ones) are correct?

I’m getting syntax errors like “A location step was expected following the '/' or '//' token.” When trying to process them.

 

I’m certainly no XPath expert, but the “//::” parts look odd.

 

For example a rule like:

 

//xlf:file//::xlf:source[ancestor::xlf:file[not(@appliesTo)]/xlf:notes/xlf:note[@priority=1]] | //xlf:file[not(@appliesTo)]//::xlf:target[ancestor::xlf:file[not(@appliesTo)]/xlf:notes/xlf:note[@priority=1]]

 

Does not pass any online XPath evaluators/validators I’ve tried.

 

Thoughts?

-yves