← Prev in month ← Prev in thread

RE: [xml-dev] XML Data Modellling/Linking (was RE: [xml-dev] Afte r XQuery, are we done?)

From
Bullard, Claude L (Len) <>
To
"'DuCharme, Bob (LNG-CHO)'" <>, 'Ben Trafford' <>,
Date
2004-10-22T16:37:39Z
ID
<>
Thread
RE: [xml-dev] XML Data Modellling/Linking (was RE: [xml-dev] Afte r XQuery, are we done?)
So you want to go from this

<myElement oncontextmenu="doPopup(); return false;">Something</myelement>

  var oPopup = window.createPopup();

and later

 var popupBody = oPopup.document.body;
 popupBody.style.overflow = 'auto';
 popupBody.style.backgroundColor = "lightyellow";
 popupBody.style.border = "solid black 1px";
 popupBody.style.fontFamily = "Arial";
 popupBody.style.fontSize = "12px";
 popupBody.style.margin = "1em";
 oPopup.show(0, 15, 175, 200 ,event.srcElement);

to

{
mylinktype:* {behavior:link();}
}

<popup class="mylinktype" >
  <item>MyItem</item>
  <item>MyItem</item>
</popup>

or something similar?

len


From: DuCharme, Bob (LNG-CHO) [mailto:]

Element and resource relationships should be stored using semantic
descriptions for the same reason that the elements themselves should be
stored using semantic descriptions.
← Prev in month ← Prev in thread