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

XSL Stylesheet warning message

Subject: XSL Stylesheet warning message
From: Jose Carlos <jwgcarlos@xxxxxxxxx>
Date: Fri, 14 Jul 2000 15:15:22 -0700 (PDT)
xsl warning
Hi,

We are getting an XSL warning message from the BEA
Weblogic server where we are running Apache Cocoon's
XML Processor.

The following is the XSL stylesheet:

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

<xsl:template match="/">
	<xsl:apply-templates/>
</xsl:template>

<!--
Template to over-ride built in default to text copy
-->
<xsl:template match="text()|@*">
</xsl:template>

<xsl:template match="* | text() | @*">
        <xsl:copy>
		    <xsl:apply-templates select="@*"/>
		    <xsl:apply-templates/>
        </xsl:copy>    
</xsl:template>

</xsl:stylesheet>


And here is the warning message when we process an
XHTML document using this XSL:

"XSL Warning:Specificity conflicts found:  
"* | text() | @*", text()|@*" Last found in stylesheet
will be used.

Has any of you guys encountered this before ? What are
its implications ? 

Thanks.


__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail ? Free email you can access from anywhere!
http://mail.yahoo.com/


 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.