views:

8

answers:

0

I'm implementing a sitemap file with videos. Google asks these files to have tags like:

<video:video>
      <video:content_loc>..</video:content_loc>
</video:video>

But JSP 2.0 doesn't allow me to. colon is supposed to be used for declarative tags.

How can I generate these tags in a clean way? (no CDATA)