Closing single tag problem.

"Gleb T." <bozman-Fs6u64wME+tWk0Htik3J/[email protected]> Thu, 21 May 2009 12:43:20 +0400
Newsgroups gmane.comp.lang.perl.modules.petal
Message-ID <[email protected]>
Hello!
While=A0writing=A0small script for home use, I've found a strange behavior
of Petal. It's about closing single tags. I am use Petal for building
an rss feed, so I have to do something like this:

<atom:link petal:attributes=3D"href feedlink" ... something .... />

Single tag. But Petal always auto-closes it,=A0writing=A0something un-valid=
able:

<atom:link.... something ...></atom:link>

Is there a way to tell Petal, which tags must be left single? Or, just
switch off autoclosing?
I would not like to hack into Petal source, because it makes a good
start for future problems (with upgrade).

English is not my native language, sorry for possible errors.

Looking=A0forward=A0to hearing something, Gleb