Show last: 20 , 50 , 100 , All

Date File Revision Author Revision Log
2004/03/14 14:59:43 279 279 dpavlin Implemented new form of delimiters like this:

<tag>
<delimiter>, </delimiter>
<value>200a</value>
</tag>

which is equivavelnt to following old mark-up:

<tag delimiter=", ">200a</tag>

but, it won't loose spaces in attribute values (which
are invalid by XML specification and XML::Simple removes
them so WebPac never get them)
2004/03/14 12:37:14 278 278 dpavlin moved tests in own directory, added test to demonstrate XML::Simple feature
to remove spaces from begin and end attribute value (which is wrong for
delimiters as WebPAC uses them)
Copied from /trunk/tools/test_charset.pl:277
Copied from /trunk/tools/test_isis.pl:277
Copied from /trunk/test_parse_format.pl:277