Interpreting XML-LINK "SHOW" attribute specs
P. Ju
phj at teleport.com
Wed Jul 9 08:03:30 BST 1997
Hi all.
I am a little confused about the SHOW attribute.
Can someone verify my interpretation?
EMBED:
<x><foo>a <A XML-LINK="SIMPLE" SHOW="EMBED" HREF="b.html"/></foo></x>
.... might become:
<x><foo>a b</foo></x>
REPLACE:
<x><foo>a <A XML-LINK="SIMPLE" SHOW="REPLACE" HREF="b.html"/></foo></x>
.... might become:
b
.... or is it actually:
<x>b</x>
NEW:
<x><foo>a <A XML-LINK="SIMPLE" SHOW="NEW" HREF="b.html"/></foo</x>
.... might become:
b
The way HTML <A HREF>s work, is that SHOW="REPLACE" or SHOW="NEW"?
Is '<A HREF="blah.html" target="newTarget">' the behavior of SHOW="NEW"?
Your responses will be greatly appreciated.
Thank you,
Patricia
xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list