All posts created by gerdmuller

14 years ago

Yes, I would also like to have a target attribute for the links...

Gerd

14 years ago

Why do you limit the anyURI to the "http://" prefix?

With that it's not possible to have https:// links,
nor links to e.g. local drives, nor are encoded URIs in the form "http%3A%2F%2F" allowed.
Otherwise thanks for that visually great tool!

Gerd

<xsd:simpleType name="url">
<xsd:restriction base="xsd:anyURI">
<xsd:pattern value="http://.*" />
</xsd:restriction>
</xsd:simpleType>