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

Re: how to insert the *complete* content of a node

Subject: Re: how to insert the *complete* content of a node
From: danilo <danilo_xml@xxxxxxxx>
Date: 21 Mar 2003 15:56:48 +0000
Re:  how to insert the *complete* content of a node
> 
> uh oh ... i'm confused again.  i thought "node()" explicitly
> did *not* match attribute nodes, but only
> 
> 1) elements
> 2) text
> 3) comments
> 4) processing instructions
> 
> was the original poster concerned about attributes as well?
> 
Actually I do concern about attributes, so the proposed solution did not
fit at all with what I need (but thanks a lot anyway!!)
So I'm still trying with some other solution.

Ah the:
<xsl:template match="mytag">
  <xsl:copy>
    <xsl:copy-of select="*|@*"/>
  </xsl:copy>
</xsl:template>

Still does not work. 
I Do not want to print the outer tag (mytag in the example)
And I don't know how many level deep is the inner tree!!!

There could be situations like:

<mytag>blabla <foo attr1="aaa">some text <bar attr3="bb"> other
text</bar> blabla </foo> <anything/> </mytag>

and what I need is *all* the text betweem <mytag> and </mytag>
unchanged!!

bye
Danilo.






 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.