mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-18 14:21:02 +03:00
Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel
25 lines
154 B
Plaintext
25 lines
154 B
Plaintext
0<1
|
|
0<=1
|
|
0>1
|
|
0>=1
|
|
1<0
|
|
1<=0
|
|
1>0
|
|
1>=0
|
|
1<1
|
|
1<=1
|
|
1>1
|
|
1>=1
|
|
'0'<1
|
|
'0'<=1
|
|
'0'>1
|
|
'0'>=1
|
|
0<'1.2'
|
|
0<='1.2'
|
|
0>'1.2'
|
|
0>='1.2'
|
|
false()<1
|
|
false()<=1
|
|
0>true()
|
|
0>=true()
|