Steve Kelem wrote: > What are the sets of valid and invalid characters for the <menu> text > in the sitemap.xml file?
Basically any Unicode character is valid, but you need to escape & and < (and frequently > ' and ") with their entity equivalents. Take a look at http://www.w3.org/TR/REC-xml/#syntax for details. Jason _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
