comparison napq.xml @ 23:b1f68fcb7d99

fix
author pieter.lukasse@wur.nl
date Mon, 26 Jan 2015 07:06:22 +0100
parents ac357ec3e08e
children b35431dc4879
comparison
equal deleted inserted replaced
22:ac357ec3e08e 23:b1f68fcb7d99
29 help="Add the CSV list of codes that occur in the file names 29 help="Add the CSV list of codes that occur in the file names
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 value="#"/> 35 <add value="#"/>
35 <add value="@"/> 36 <add value="@"/>
36 <add value="$"/> 37 <add value="$"/>
37 <add value="%"/> 38 <add value="%"/>
38 <add value="&"/> 39 <add value="&amp;"/>
39 <add value="*"/> 40 <add value="*"/>
40 <add value="["/> 41 <add value="["/>
41 <add value="]"/> 42 <add value="]"/>
42 <add value="|"/> 43 <add value="|"/>
43 <add value="{"/> 44 <add value="{"/>
62 <add preset="string.printable"/> 63 <add preset="string.printable"/>
63 <add value="#"/> 64 <add value="#"/>
64 <add value="@"/> 65 <add value="@"/>
65 <add value="$"/> 66 <add value="$"/>
66 <add value="%"/> 67 <add value="%"/>
67 <add value="&"/> 68 <add value="&amp;"/>
68 <add value="*"/> 69 <add value="*"/>
69 <add value="["/> 70 <add value="["/>
70 <add value="]"/> 71 <add value="]"/>
71 <add value="|"/> 72 <add value="|"/>
72 <add value="{"/> 73 <add value="{"/>