Re: [xsl] unused elements and attributes

Subject: Re: [xsl] unused elements and attributes
From: Samina Islam <samnaz123@xxxxxxxxx>
Date: Fri, 20 Jul 2001 07:58:20 -0700 (PDT)
Yeah, sorry I meant elements.

I already have a default template. And when I include 

> <xsl:template match="*">
> <xsl:element name="moreover:{local-name()}">
>   <xsl:apply-templates/>
> </xsl:element>
> </xsl:template/>

the result I get is:  <moreover:article>  or when I
change it a little I get <moreover:moreover/article>. 
What I want is to get at the unused elements inside of
moreover/article, such as <tagline> or
<access_registration>.  

still confused...

Samina

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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


Current Thread