Re: [htmltmpl] Validating documents from HTML::Template
Brought to you by:
samtregar
From: Michael P. <mp...@pl...> - 2006-03-10 16:20:08
|
Dan Axtell wrote: > Hi, > > I have a report that aims to be and XHTML 1.0 compliant document. In my > template I use <br /> for my linebreaks; but after I fill in various template > tags via HTML::Template, they all become <br>, which fails to pass the > validator at w3c.org. Am I missing something obvious here, or is > HTML::Template not a good idea for producing XHTML 1.0 compliant documents? H::T won't change anything about your template that isn't a <tmpl_*> tag. So something else is changing your <br />. What other tools are you passing your output through? -- Michael Peters Developer Plus Three, LP |