|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: RE: Insert html tag between elements
Hi Astor, > I'd like to know or get some hints as to how to insert an html tag > in between elements. XSLT doesn't deal in tags, it deals in elements. I think that what you're really asking is how to create a p element for each paragraph element in your document. The answer is to create a template for the paragraph elements that generate a p element: <xsl:template match="paragraph"> <p><xsl:apply-templates /></p> </xsl:template> Cheers, Jeni --- Jeni Tennison http://www.jenitennison.com/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








