comparison tests/html.lac @ 92:1a4c51fa615c

XML tags with contents
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jul 2008 17:02:42 -0400
parents 4327abd52997
children 94afff1ff7f6
comparison
equal deleted inserted replaced
91:4327abd52997 92:1a4c51fa615c
1 val text : xml[Html] = <html> 1 val text : xml[Html] = <html>
2 <head/> 2 <head>
3 <title>Hello World!</title>
4 </head>
3 </html> 5 </html>