> I thought the only xml invalid is when using the <tag:with> > syntax.
<foo:baa> is a valid XML opening tag (: is allowed in XML names), but dryml allows you to close the tag with with either </foo:baa>, which is valid, or just </foo>, which is not. So you have the choice You can also have attributes without a value in DRYML -- <page without- main-nav/> -- which is not valid XML, but if you want to you can say <page without-main-nav="&true"/>, which is valid Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
