Next in thread →
Next in month →
Re: [xml-dev] XPath expression which checks that all commas are escaped
You could also use an ebnf grammar with something like the rex parser in your schematron rule: see e.g. Kirk a’s paper from XML London this year*, or some of Stephen Pemberton’s talks that it references
* video: https://m.youtube.com/watch?v=0hhquUmsKf0
paper: p56 of http://xmllondon.com/2017/xmllondon-2017-proceedings.pdf
* video: https://m.youtube.com/watch?v=0hhquUmsKf0
paper: p56 of http://xmllondon.com/2017/xmllondon-2017-proceedings.pdf
On Fri, 3 Nov 2017 at 9:10 pm, Costello, Roger L. <[email protected]> wrote:
Michael Kay wrote:
> I suspect that there must only be one
> backslash before the comma: if there
> are two ("\\,") then the comma is not
> escaped because the "\\" represents
> a real backslash.
Wow!
I had not thought about that.
> not(matches(replace(., '\\\\', ''), '^,|[^\\],'))
Awesome!
/Roger
_______________________________________________________________________
XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.
[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: [email protected]
subscribe: [email protected]
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
Next in thread →
Next in month →