Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 34612 invoked from network); 19 Jan 2001 06:03:20 -0000 Received: from oe31.law4.hotmail.com (HELO hotmail.com) (216.33.148.24) by h31.sny.collab.net with SMTP; 19 Jan 2001 06:03:20 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 18 Jan 2001 22:03:05 -0800 X-Originating-IP: [63.170.213.81] From: "Lyle Coder" To: , Subject: Re: XSL bug? Date: Wed, 3 Jan 2001 13:32:13 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 19 Jan 2001 06:03:05.0343 (UTC) FILETIME=[7D20C8F0:01C081DD] X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N As a follow up, this XSLT file works with James Clarks xt transformer. In addition, when I move the copy-of tag just before the copy tag, it works in testXSLT. My question is... why is there a difference? What are the exact semantics. Thanks Lyle ----- Original Message ----- From: "Lyle Coder" To: ; Sent: Wednesday, January 03, 2001 1:25 PM Subject: XSL bug? > I am new to XSL, and I may have a bug in my XSL file, but shouldnt the > following XSL file copy an XHTML file 1:1 (that is, copy the input AS IS > exactly to output)? > > When I run it under testXSLT, the attributes of a tag appear in the child > tag! For example, the version attribute in the HTML tag appears in the meta > tag and the attributes of the meta tag appear in the title tag and so on... > > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > > > > > > > > > > > > > > Please advise on what may be wrong > > Thanks > Lyle >