Perhaps I am missing something here, but is there any benefit in using the
browser to style XML, I mean a benefit than cannot be had by simply
transforming it to HTML on the server side, and then sending it to the
browser?
I find it hard be believe that many users use IE 6.0 or Netscape
6.1 or 6.2. Also, if a large stylesheet has be sent along with the file
each time a finding aid is viewed, that could possibly affect loading times
(which is already a problem for large EAD Files); eadcbs2 is a 174 KB file
which adds quite a bit of time on a modem connection.
Chris Prom
Assistant University Archivist
University of Illinois Archives
Room 19 Library (MC-522)
1408 W. Gregory Drive
Urbana, IL 61801
web: http://www.library.uiuc.edu/ahx/
e-mail: [log in to unmask]
phone: 217 333 0798
fax: 217 333 2868
On Thu, 17 Jan 2002, Chuck Patch wrote:
> That Netscape uses the current namespace spec is enlightening to me, at
> least. I have Navigator 6.2, and using the eadcb2.xsl stylesheet in the
> cookbook, which uses tables to create a frame-like appearance, I am able to
> get *something* resembling the style, but the table rendering is essentially
> non-existent, as Navigator appears to devote 100 percent of it's viewable
> area to each column in the table. Does anyone have any insight into this?
>
> ___________________________________
> Chuck Patch
> director of systems
> The Historic New Orleans Collection
> (504)523-4662
> (504)598-7108 (fax)
> www.hnoc.org
>
>
> -----Original Message-----
> From: AMAN SINGH [mailto:[log in to unmask]]
> Sent: Thursday, January 17, 2002 8:36 AM
> To: [log in to unmask]
> Subject: Re: Style sheets
>
>
> Netscape Navigator 6.1 and above will open your XML files with the
> stylesheet as well.
>
> There is an issue with the xmlns:xsl attribute value with Internet Explorer.
> If you upgraded your Internet Explorer from 5.5 to 6.0 it may not work
> because the ie 6 will still holds the reference to the older XSL engine.
>
> <xsl:stylesheet id="style1"
> version="1.0"
> issue here ==> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
>
>
> Best Regards,
>
>
> Aman Singh
> XML Programmer
> York University Archives and Special Collections
>
>
>
> >From: Bob Walser <[log in to unmask]>
> >Reply-To: Encoded Archival Description List <[log in to unmask]>
> >To: [log in to unmask]
> >Subject: Re: Style sheets
> >Date: Wed, 16 Jan 2002 10:28:43 +0000
> >MIME-Version: 1.0
> >Received: from [140.147.249.48] by hotmail.com (3.2) with ESMTP id
> >MHotMailBE0EF8BD0088400431508C93F930ECFA0; Wed, 16 Jan 2002 08:43:45 -0800
> >Received: from sun8 (sun8 [140.147.249.48])by sun8.loc.gov
> >(8.8.8+Sun/8.8.8) with ESMTP id LAA27519;Wed, 16 Jan 2002 11:30:53 -0500
> >(EST)
> >Received: from LISTSERV.LOC.GOV by LISTSERV.LOC.GOV (LISTSERV-TCP/IP
> >release 1.8d) with spool id 68989 for [log in to unmask]; Wed,
> >16 Jan 2002 11:29:59 -0500
> >Received: from smtp.spacestar.net (smtp.spacestar.net [206.191.192.8]) by
> > sun8.loc.gov (8.8.8+Sun/8.8.8) with ESMTP id LAA27349 for
> ><[log in to unmask]>; Wed, 16 Jan 2002 11:29:58 -0500 (EST)
> >Received: from compaq (ts3-31.eden.spacestar.net [206.191.206.138]) by
> > smtp.spacestar.net (Postfix) with ESMTP id 0E4D82F76D for
> ><[log in to unmask]>; Wed, 16 Jan 2002 10:29:29 -0600 (CST)
> >From [log in to unmask] Wed, 16 Jan 2002 08:44:17 -0800
> >X-Sender: [log in to unmask] (Unverified)
> >X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58
> >Message-ID: <[log in to unmask]>
> >Sender: Encoded Archival Description List <[log in to unmask]>
> >Comments: To: Encoded Archival Description List <[log in to unmask]>
> >In-Reply-To: <[log in to unmask]>
> >
> >At 08:22 AM 1/16/02 -0500, you wrote:
> >>You posted a query awhile ago about how to link an EAD document with a
> >>stylesheet. When I asked you to share any responses, you told me you
> >>had not received any. I am in the same quandary now. I want to preview
> >>the document (and show the big guns what I have done) and have
> >>downloaded one of the stylesheets from the EAD cookbook, but I can't get
> >>the think to display in the format.
> >
> >It's easy. Just put the following line (a processing instruction) as the
> >second
> >line in your xml document:
> >
> ><?xml:stylesheet type="text/xsl" href="Between these quotes put the path to
> >the xsl file" ?>
> >
> >If you do this and use IE6 you'll be in business.
> >
> >Bob Walser
> >- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> >Robert Young Walser
> >The James Madison Carpenter Project
> >Office telephone: 1-612-374-4364
> >- - - - - - - - - - - - - - - - - - - - -
>
>
> _________________________________________________________________
> Join the world's largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
|