[MKDoc-modules] [BUG] MKDoc::XML::Stripper unquoted attributes
pass through
Paul Arzul
patricka at mkdoc.com
Thu Oct 16 11:43:57 BST 2003
more test (test case enclosed.)
we're testing:
<p foo="bar">hello world</p>
<p foo='bar'>hello world</p>
<p foo=bar>hello world</p>
<p foobar>hello world</p>
<p foo bar>hello world</p>
<p "foobar">hello world</p>
only the first 2 pass. for the last three we get:
<p>foo=bar>hello world</p>
<p>foobar>hello world</p>
<p>foo bar>hello world</p>
<p>"foobar">hello world</p>
- p
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webarch.co.uk/pipermail/mkdoc-modules/attachments/20031016/cca9876d/test.html
More information about the MKDoc-modules
mailing list