Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 43871 invoked from network); 11 Jan 2000 20:55:33 -0000 Received: from lotus2.lotus.com (192.233.136.8) by 63.211.145.10 with SMTP; 11 Jan 2000 20:55:33 -0000 Received: from internet2.lotus.com (internet2 [9.95.4.236]) by lotus2.lotus.com (8.9.3/8.9.3) with ESMTP id QAA09252 for ; Tue, 11 Jan 2000 16:07:48 -0500 (EST) From: Paul_Dick@lotus.com Received: from barium.Lotus.com (BARIUM.lotus.com [9.95.4.108]) by internet2.lotus.com (8.9.3/8.9.3) with ESMTP id PAA22443 for ; Tue, 11 Jan 2000 15:51:46 -0500 (EST) Subject: Re: why? xalan puts namespace ids in all my HTML tags. To: general@xml.apache.org X-Mailer: Lotus Notes Release 5.0 March 30, 1999 Message-ID: Date: Tue, 11 Jan 2000 15:54:16 -0500 X-MIMETrack: Serialize by Router on Barium/CAM/M/Lotus(Release 5.0.2a |November 23, 1999) at 01/11/2000 03:54:18 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Brian, That is spec'ed behavior. The way you prevent namespaces you don't want to show up in the result tree is to use either xsl:exclude-result-prefixes attribute for literal result elements or the exclude-result-prefixes attribute on the stylesheet command. So try adding the following to the stylesheet declaration. You don't need to specify xsl because it's excluded automatically. pd