Revision
279 -
Directory Listing
Modified
Sun Mar 14 14:59:43 2004 UTC
(19 years, 8 months ago)
by
dpavlin
Original Path:
trunk/tests
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)
Revision
278 -
Directory Listing
Added
Sun Mar 14 12:37:14 2004 UTC
(19 years, 8 months ago)
by
dpavlin
Original Path:
trunk/tests
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)