LISTSERV mailing list manager LISTSERV 16.0

Help for TEI-L Archives


TEI-L Archives

TEI-L Archives


TEI-L@LISTSERV.BROWN.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

TEI-L Home

TEI-L Home

TEI-L  January 2010

TEI-L January 2010

Subject:

Re: Typing <p>s and others

From:

Martin Holmes <[log in to unmask]>

Reply-To:

[log in to unmask]

Date:

Mon, 18 Jan 2010 15:51:33 -0800

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (185 lines)

HI Dan,

O'Donnell, Dan wrote:
> Hi John,
> 
> I was agreeing with the non-universal typers, as I find the argument
> so convincing that p is sugar for ab@type=p and hence that p@type is
> really ab@[log in to unmask] 

I think there's a danger here: we're saying that when @type is on <ab> 
it means @type, but when it's on <p> it means @[log in to unmask] It would be 
better, I think, to say that if <p> = <ab type="paragraph">, then <p> 
should have @subtype (but not @type).

But that would inevitably cause confusion.

Although I know what it apparently means to say that "<p> is syntactic 
sugar for <ab type="paragraph">, I realize that I don't know what it 
_really_ means in terms of TEI's structure and intent. Perhaps that is 
what we need to clarify (or I need to learn).

Cheers,
Martin


My point was that perhaps the solution to
> this perennial issue is to explain the rationale... But that that
> might require us to do some serious thinking about what actually /is/
> sugar among the core elements.
> 
> I like this generally because I think a) there is considerable room
> for work on the question of the relationship between generic vs.
> specific elements and b) being very specific about this type of
> relationship would considerable ease some difficulties have with TEI.
> 
> 
> You're right about thread getting weird... I was travelling and my
> cell phone seems to have decided that sending out emails as soon as
> they are written is common. It's been throwing them off at all sorts
> of weird times.
> 
> ----------- Daniel O'Donnell University of Lethbridge (From my mobile
> telephone)
> 
> --- original message --- From: "John A. Walsh" <[log in to unmask]> 
> Subject: Re: Typing <p>s and others Date: January 18, 2010 Time:
> 11:1:16
> 
> Dan,
> 
> A key point below seems to be a valid desire to "creat[e] very fine 
> distinctions between uses of elements." As many others have already 
> described in this thread (or the sister thread; I think we diverged
> at some point), there are many ways to make such distinctions in TEI 
> without resorting to the arguably extreme position that every single 
> element in the TEI so general or broad in its semantics that it 
> requires @type (and @subtype?) attributes.
> 
> John
> 
> On Mon, Jan 18, 2010 at 11:38 AM, O'Donnell, Dan 
> <[log in to unmask]> wrote:
>> I don't find the reductio ad absurdum argument about @type all that
>> convincing. And, moreover, I think in the type of analytic work
>> members of our community do it is not particularly weird to imagine
>> that they might be interested in creating very fine distinctions
>> between uses of elements (I'm also not convinced that the leaders'
>> opinions are necessarily a strong ipso facto reason for denying
>> it). Given that the cost is relatively low and this is a perennial
>> issue, I've always been a universal @[log in to unmask] It has always seemed to
>> me to be a painless no brainer.
>> 
>> The one argument I've found convincing on the other side is that if
>> tei:ab@type='p' = tei:p, then tei:p@type='x' is really the same as
>> tei:ab@type='p'/@subtype='x'
>> 
>> But this raises a really intersting set of issues: a) are we as
>> specific and consequential as we should be about which canonical
>> elements like p are actually sugar for a generic element like
>> ab@type? B) Have we gone through to check that @type doesn't show
>> up on any element that is really sugar for a generic element that
>> currently doesn't allow a subtype?
>> 
>> This is an exciting argument to me as it really asks us to consider
>> the role of generic elements and their relationship to potentially
>> sweet specific elements like p.
>> 
>> ----------- Daniel O'Donnell University of Lethbridge (From my
>> mobile telephone)
>> 
>> --- original message --- From: "Hugh Cayless"
>> <[log in to unmask]> Subject: Re: Typing <p>s and others Date:
>> January 17, 2010 Time: 9:8:1
>> 
>> It might. I don't want to argue much for p/@type, because I don't
>> want to use it myself, and I'm not sure there are any great
>> arguments in favor of it.  If the leaders of the TEI want to say
>> some elements can be typed and some can't then I think that's
>> absolutely their prerogative.
>> 
>> I see @type being used in at least two ways:
>> 
>> 1) it marks an element as actually being a member of a child class
>> (to use object-oriented terminology), so <ab type="paragraph"> is
>> <p>, like <name type="place"> is <placeName>, and you pick one or
>> the other style based on your needs and/or the constraints of the
>> schema you're using.
>> 
>> 2) It provides meta-information about the element that is useful in
>> characterizing it and will be useful downstream (in online display,
>> or search indexing, or whatever) for treating that element
>> differently than its cohorts, so  <div type="translation"> perhaps,
>> or <placeName type="ancient">.
>> 
>> The problem with <p> is that while use #1 is almost certainly
>> nonsense for @type in its case, I'm not 100% sure it follows that
>> use #2 is also.
>> 
>> Your point about the dangers of rich syntax is well taken, and from
>> your examples we already have it :-).  It makes the need for an
>> "Effective TEI" or "TEI Patterns and Antipatterns" guide very
>> clear.
>> 
>> Hugh
>> 
>> On Jan 17, 2010, at 7:30 PM, Syd Bauman wrote:
>> 
>>>> Personally, I think @type should be available anywhere you
>>>> might conceivably want to distinguish one use of an element
>>>> from another, and I can imagine wanting to do that with <p> (<p
>>>>  type="introduction">, etc. perhaps).
>>> A quite reasonable position, but wouldn't that be <p 
>>> ana="#introduction">?
>>> 
>>> I bring this up not to be pedantic, but to make a point. The TEI
>>> is not a "standard" per se; it is rather a set of Guidelines
>>> collected from, among other things, actual practices in the
>>> community, and thus sometimes the Guidelines need to embrace more
>>> than one method for encoding the same information. Because of its
>>> diverse intended use and audience, a variety of methods for doing
>>> the same sort of thing will often be required.
>>> 
>>> Nonetheless, TEI behaves as a standard in many ways. And as such,
>>>  having more than one way to express exactly the same thing can 
>>> actually be harmful rather than helpful.
>>> 
>>> We don?t want rich syntax, we want rich semantics. ... I don?t 
>>> want ten ways to express the same thing, or even two ways to 
>>> express exactly the same thing.               -- Tommie Usdin 
>>> http://conferences.idealliance.org/extreme/html/2002/Usdin01/EML2002Usdin01.html
>>> 
>>> 
>>> We already have multiple ways to indicate that a particular
>>> passage (e.g., the 1st para; say it has xml:id="p1") is an
>>> introduction: * <span from="#p1">introduction</span> * <span
>>> inst="#p1">introduction</span> * <interp
>>> inst="#p1">introduction</interp> * <interp
>>> xml:id="intro">introduction</interp> ... <p ana="#intro"
>>> xml:id="p1">[1] Not only am I loathe to add another, I'd like to
>>> get rid of 2 or 3 of these.
>>> 
>>> So while I completely agree with the broad position of using
>>> type= wherever there is a need to distinguish one use of an
>>> element from another using an enumeration, I think it's really
>>> important to examine these cases quite carefully, rather than add
>>> type= willy- nilly.
>>> 
>>> Note ---- [1] Worth noting here that the <interp> need not be
>>> present. If it's not, this effectively changes ana= from a
>>> pointer (not machine constrained unless you write the code
>>> yourself) to a local vocabulary (not controlled unless you write
>>> the software yourself) with slightly weird restrictions on its
>>> syntax.
>>> 
> 
> 
> 

-- 
Martin Holmes
University of Victoria Humanities Computing and Media Centre
([log in to unmask])
Half-Baked Software, Inc.
([log in to unmask])
[log in to unmask]

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
June 2001
May 2001
April 2001
March 2001
February 2001
January 2001
December 2000
November 2000
October 2000
September 2000
August 2000
July 2000
June 2000
May 2000
April 2000
March 2000
February 2000
January 2000
December 1999
November 1999
October 1999
September 1999
August 1999
July 1999
June 1999
May 1999
April 1999
March 1999
February 1999
January 1999
December 1998
November 1998
October 1998
September 1998
August 1998
July 1998
June 1998
May 1998
April 1998
March 1998
February 1998
January 1998
December 1997
November 1997
October 1997
September 1997
August 1997
July 1997
June 1997
May 1997
April 1997
March 1997
February 1997
January 1997
December 1996
November 1996
October 1996
September 1996
August 1996
July 1996
June 1996
May 1996
April 1996
March 1996
February 1996
January 1996
December 1995
November 1995
October 1995
September 1995
August 1995
July 1995
June 1995
May 1995
April 1995
March 1995
February 1995
January 1995
December 1994
November 1994
October 1994
September 1994
August 1994
July 1994
June 1994
May 1994
April 1994
March 1994
February 1994
January 1994
December 1993
November 1993
October 1993
September 1993
August 1993
July 1993
June 1993
May 1993
April 1993
March 1993
February 1993
January 1993
December 1992
November 1992
October 1992
September 1992
August 1992
July 1992
June 1992
May 1992
April 1992
March 1992
February 1992
January 1992
December 1991
November 1991
October 1991
September 1991
August 1991
July 1991
June 1991
May 1991
April 1991
March 1991
February 1991
January 1991
December 1990
November 1990
October 1990
September 1990
August 1990
July 1990
June 1990
April 1990
March 1990
February 1990
January 1990

ATOM RSS1 RSS2



LISTSERV.BROWN.EDU

CataList Email List Search Powered by the LISTSERV Email List Manager