xsl-list
[Top] [All Lists]

RE: RE: RE: REx6: GMT to BST converter

2005-04-19 12:41:18
I've run the data file through Saxon 6, Saxon 8, Xalan-J, and MSXSL. All 
produced identical results. That is to say all resulting XML files showed what 
I expected. I can't account for the results you got.
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     cknell(_at_)onebox(_dot_)com
Sent:     Tue, 19 Apr 2005 09:49:07 -0400
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:  RE: RE: REx6: [xsl] GMT to BST converter

I'll say that's odd. That (Saxon 6.5.3) is the very XSLT processor I used to 
produce the results I showed.

I'll make an Ant task to run the stylesheet against a variety of processors and 
post it later today.
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Pawson, David <David(_dot_)Pawson(_at_)rnib(_dot_)org(_dot_)uk>
Sent:     Tue, 19 Apr 2005 08:22:24 +0100
To:       <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject:  RE: REx6: [xsl] GMT to BST converter

 

    -----Original Message-----
    From: cknell(_at_)onebox(_dot_)com 
    
    I have cleared up the problems I know about. Here is a 
    tidier and shorter version of the stylesheet with the 
    template in question. I have modified the stylesheet so I 
    could test multiple inputs on a single run.
    
    First my test input document:
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <date-list>
      <Date>Sunday, 27 March, 2005, 01:21 GMT</Date>
      <Date>Sunday, 27 May, 2005, 01:21 GMT</Date>
      <Date>Sunday, 27 October, 2005, 01:21 GMT</Date>
      <Date>Sunday, 27 January, 2005, 01:21 GMT</Date>
      <Date>Sunday, 27 June, 2005, 23:21 GMT</Date> </date-list>
    
    The output document:
    <?xml version="1.0" encoding="UTF-8"?>
    <date-list>
       <Date>Sunday, 27 March, 2005, 2:21 BST</Date>
       <Date>Sunday, 27 May, 2005, 2:21 BST</Date>
       <Date>Sunday, 27 October, 2005, 01:21 GMT</Date>
       <Date>Sunday, 27 January, 2005, 01:21 GMT</Date>
       <Date>Monday, 28 June, 2005, 00:21 BST</Date> </date-list>

Run with Saxon 6.5.3 I get

<?xml version="1.0" encoding="UTF-8"?>
<date-list>
   <Date>Sunday, 27 March, , NaN: BST</Date>
   <Date>Sunday, 27 May, , NaN: BST</Date>
   <Date>Sunday, 27 October, 2005, 01:21 GMT</Date>
   <Date>Sunday, 27 January, 2005, 01:21 GMT</Date>
   <Date>Monday, 28 June, , NaN: BST</Date>
</date-list>
C:\sgml\xsl>


Something Odd Charles?

regards DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>