comparison napq.xml @ 21:46f568202d46

fix to napq
author pieter.lukasse@wur.nl
date Mon, 26 Jan 2015 06:45:09 +0100
parents d31c6978d9d0
children ac357ec3e08e
comparison
equal deleted inserted replaced
20:125a6afa800c 21:46f568202d46
30 and that stand for a sample code. E.g. '_S1,_S2,_S3,etc.' "> <!-- could do regular expressions as well but this would be hard for biologists, e.g. _F\d\b --> 30 and that stand for a sample code. E.g. '_S1,_S2,_S3,etc.' "> <!-- could do regular expressions as well but this would be hard for biologists, e.g. _F\d\b -->
31 <sanitizer> 31 <sanitizer>
32 <!-- adding more characters to the set of "valid" ones: --> 32 <!-- adding more characters to the set of "valid" ones: -->
33 <valid> 33 <valid>
34 <add preset="string.printable"/> 34 <add preset="string.printable"/>
35 <add value="&#35;"/>
35 <add value="#"/> 36 <add value="#"/>
36 <add value="@"/> 37 <add value="@"/>
37 <add value="$"/> 38 <add value="$"/>
38 <add value="%"/> 39 <add value="%"/>
39 <add value="&"/> 40 <add value="&"/>