Matteo wrote:
<map:serialize type="html"/>
...
<img alt="logo" src="data/image/oilogo.jpg"></body>
</html>

Any clue why the <img> doesn't end with <img/>?
Thanks in advance for the help!

That's because you are serializing as HTML. HTML is not XML. THere is no closing tag for IMG necesary. If you want XHTML, try <map:serialize type="xml"/>

Older browsers will choke on the generated XHTML though.

There is no easy standard method to serialize XHTML, in a
way which generates both valid XML and code acceptable to
older browsers (<br /> instead of <br/>).

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to