xsl-list
[Top] [All Lists]

RE: xsl:copy-of misuse?

2003-05-14 15:26:29
My bad... value-of is what I needed.  Rookie mistake I guess.

-----Original Message-----
From: Holbrook, R Cody (Cody) 
Sent: Wednesday, May 14, 2003 4:18 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] xsl:copy-of misuse?


I'm using the following:

        <xsd:annotation>                                
                <xsd:documentation>                                     
                        <xsl:copy-of select="documentation/."/>                 
        
                </xsd:documentation>                    
        </xsd:annotation>       

and I'm outputing:

        <xsd:annotation>
                <xsd:documentation>
                        <documentation>
        Put summary here. Also put full description here.
                        </documentation>
                </xsd:documentation>
        </xsd:annotation>               

What I'd like to get:

        <xsd:annotation>
                <xsd:documentation>
        Put summary here. Also put full description here.
                </xsd:documentation>
        </xsd:annotation>               

I've been fumbling around this and I can't seem to get the <xsl:copy 
select="?"> correct.

Thanks.

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


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



<Prev in Thread] Current Thread [Next in Thread>