[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML tag translation problem

Subject: Re: XML tag translation problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 23 Jan 2001 16:50:57 GMT
alec cove
> What I'm getting is, in ie 5.0 with the 3.0 parser added

With MSXSL 3 you have the choice of two incompatible languages.
One language is called http://www.w3.org/TR/WD-xsl and is only really
there for compatibility with MSXML2. You don't really want to use that
(and if you do, you won't get much help on this list, which is about
XSLT) You have specified that language at the top of your stylesheet
but then used the syntax of XSLT. So firstl you need to correct your
top level element to look like


<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0"
                >



I wasn't sure from your description whether you wanted to lowercase
attribute names. Your suggested code would not do so
you need to have a similar template that matches @* instead of * and 
uses xsl:attribute rather than xsl:element.

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.