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

Re: small questions

  • From: Peter@u... (Peter Murray-Rust)
  • To: xml-dev@i...
  • Date: Mon, 21 Apr 1997 14:54:16 GMT

small questions
In message <199704211322.PAA14496@k...> Ingo Macherius writes:
> 
> While writing my article (submitted to editor :) a few small questions
> came up. If anyone knows the answers, please let me know.
> 
> 1) Link modell
> 
> Given an instance like
> 	<year>...
> 		<issue>...
> 			<article>...
> 			...	
> 			<article>...
> 		</issue>
> 		<issue>
<!-- amended by PMR -->
> 			<article ID="FOO">
> 			...	
> 			</rticle>...
> 			<article>...
> 			...	
> 			</rticle>...
> 			...
> 		</issue>	
> 	</year>
> 	<year>
> 		...
> 	</year>
> 
> to model a monthly magazine, does the locator
> 	http://www.publisher.com/magazine#CHILD(2,article)(3,issue)(4,year)
> yield *all* children of 2nd article in 3rd issue in 4th year ? This is my
> understanding of WD-xml-link-970406, 5.3.2 ... but I am not sure.
> 

I asked a similar question some time ago but none of the gurus replied.
My interpretation of the TEI synatx (and I don't think it's clear in the draft)
is that a sequence like:
is identical to the (meaningful) sequence
	FOO(1,BAR1)FOO(2,BAR2)FOO(3,BAR3)
and the operator is implicit in the shorter form.  JUMBO would presently
expand your query to:
	CHILD(2,article)CHILD(3,issue)CHILD(4,year)
which would fail for your document.  A typical query for me would be
	CHILD(1,YEAR)(2,ISSUE)(1,ARTICLE)
which would be equivalent to 
	ID(FOO)

If you want ALL of something, you have to write ALL (the spec is clear
on that :-)

*** TEI experts/ERB *** please shine some light on this :-) *********

	P.

-- 
Peter Murray-Rust, domestic net connection
Virtual School of Molecular Sciences
http://www.vsms.nottingham.ac.uk/

xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@i... the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@i...)


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.