[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XML Data Modellling/Linking (was RE: AfterXQuery


jay dauro
So instead of this

<casemgt xlink:title="Case for Some Agency">
  <name
    xlink:href="names/georgejones.xml"
    xlink:label="victim103"
    xlink:role="http://ingr.com/ips/linkprops/victim"
    xlink:title="George Jones" />
  <name
    xlink:href="assailant/jaydauro.xml"
    xlink:label="assailant102"
    xlink:role="http://ingr.com/ips/linkprops/assailant"
    xlink:title="Jay Dauro" />
  <case
    xlink:href="cases/case200010100.xml"
    xlink:label="Case 200010100"
    xlink:title="Case 200010100" />
  <address xlink:label="GeorgeJonesAddress">1040 Rhinestone Creek</gpa>
  <follow
    xlink:from="victim103"
    xlink:to="GeorgeJonesAddress"
    xlink:show="new"
    xlink:actuate="onRequest"
    xlink:title="George Jones's Address" />
  <follow
    xlink:from="Case 200010100"
    xlink:arcrole="http://ingr.com/ips/linkprops/victim"
    xlink:to="victim103"
    xlink:show="replace"
    xlink:actuate="onRequest"
    xlink:title="George Jones is the crime victim" />
  <follow
    xlink:from="victim103"
    xlink:arcrole="http://ingr.com/ips/linkprops/assailant"
    xlink:to="assailant102"
    xlink:show="replace"
    xlink:actuate="onRequest"
    xlink:title="Jay Dauro, assailant" />
</casemgt>

I get this

<casemgt xlink:title="Case for Some Agency">
  <name
    slink:href="names/georgejones.xml"
    slink:label="victim103"
    slink:role="http://ingr.com/ips/linkprops/victim"
    slink:title="George Jones" />
  <name
    slink:href="assailant/jaydauro.xml"
    slink:label="assailant102"
    slink:title="Jay Dauro" />
  <case
    slink:href="cases/case200010100.xml"
    slink:label="Case 200010100"
    slink:title="Case 200010100" />
  <address xlink:label="GeorgeJonesAddress">1040 Rhinestone Creek</gpa>
  <follow
    slink:from="victim103"
    slink:to="GeorgeJonesAddress"
    slink:title="George Jones's Address" />
  <follow
    slink:from="Case 200010100"
    slink:to="victim103"
    slink:title="George Jones is the crime victim" />
  <follow
    slink:from="victim103"
    slink:to="assailant102"
    slink:title="Jay Dauro, assailant" />
</casemgt>

len


From: Dave Pawson [mailto:davep@d...]
Sent: Monday, October 25, 2004 1:39 PM

> That's what an ontology does, I think.  Not link information, but
> relationship information, which
> could be used by an application to follow links, or generate XQuery,
> DOM, XSLT, or whatever to leverage the relationship information.

That sounds a lot better than links to me; relationship information.
Some apps may want to generate hyperlinks from the combination of
relationships and document(s), others may do other things as Peter
suggests. 

So there are now three things.
doc.xml 
relationships.xml
and 
application.exe which plays with combinations of the above using
some collection of todays tools.

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.