|
Re: [xml-dev] Links, XML, IE+NS Support
|
[
Lists Home |
Date Index |
Thread Index
]
<a href="http://example.org">This is a link
that is both HTML and XML</a>
<link href="style.css" rel="stylesheet"
type="text/css" />
closing <link with "/>" makes HTML link into
XML.
Jonathan
How do I include a link to another document in XML? The link is in the
XML file linking to another document like a Link to another file
<anotherfile.html> in HTML. except I want to use the XML
equivalent
I don't want to use XML Namespaces as they do not work
properly for this purpose ( I have the XML bound to a html table in a HTML
document, It does not work in both IE6(with and without SP1) and NS7 with
namespaces used. (Including XLINK)
|
|
|
|
|
|