1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!-- [ #480701 ] -xml conflicts with -output-xhtml -->
3<test>
4<image rdf:resource="http://www.atmedia.net/"/>
5</test>
6
7<!--
8Expected output:
9<image rdf:resource="http://www.atmedia.net/"/>
10or
11<image rdf:resource="http://www.atmedia.net/"></image>
12
13Actual output:
14<image rdf:resource="http://www.atmedia.net/"/></image>
15-->