Subject: Singleton Tag Replacement From: "Chowdhury, Anisuzzaman" <Anisuzzaman.Chowdhury@xxxxxxxxxxxxx> Date: Thu, 14 Sep 2000 09:01:26 -0500 |
Hi, I apologize if this has been discussed already. Does anyone have the idea of how to replace a singleton tag(e.g. <eos/>) with another tag(e.g. <BR/>)? An example follows: XML data: <history.text attr="01"> <bop/><bos/>History<eos/><bos/>Date: 12/31/1798</eos><bos>bla bla bla....<eos/><eop/> </history.text> Expected Output: <P>History<BR/>Date: 12/31/1798<BR/>bla bla bla....<BR/></P> I've created two templates: <xsl:template match="eos"> ??? What should go here??? </xsl:template> <xsl:template name="History"> <xsl:if test="history.text/@attr='01'"> <P><xsl:apply-templates/></P> </xsl:if> </xsl:template> Your responses will be highly appreciated. - Anis Chowdhury XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: for-each--stuck on very basic i, Pawson, David | Thread | RE: Singleton Tag Replacement, Chris Bayes |
RE: for-each--stuck on very basic i, Linus-Lin | Date | selecting text node where one of it, andrej koelewijn |
Month |