This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: unused elements and attributes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]