|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Dillemma when creating an XSL template ... how do
On Wednesday, February 14, 2001 12:45 AM JoshMEagle wrote: > In the code snippet below, the <email> and <url> elements are inside the > <contact> element, and I want to display these as HTML links, any ideas how > I can accomplish this? The way it is below doesn't work. Please give us: A sample complete <contact> element with all its children A fuller sample of your xsl that shows us how and where the templates matching contact, url and email are being invoked. Michael ------------------------------------------ Michael Beddow http://www.mbeddow.net/ > > > <xsl:template match="contact"> > <p> > <xsl:value-of select="name"/><br/> > <xsl:value-of select="address"/> > <xsl:value-of select="city"/>, <xsl:value-of select="state"/> > <xsl:value-of select="zip"/><br/> > ph.<xsl:value-of select="phone"/><br/> > fax.<xsl:value-of select="fax"/><br/> > > <xsl:template match="email"> > <a> > <xsl:attribute name="href"><xsl:value-of select="." > /></xsl:attribute> > <xsl:text><xsl:value-of select="." /></xsl:text> > </a> > </xsl:template> > > <xsl:template match="url"> > <a> > <xsl:attribute name="href"><xsl:value-of select="." > /></xsl:attribute> > <xsl:text><xsl:value-of select="." /></xsl:text> > </a> > </xsl:template> > > </p> > </xsl:template> > > > > Joshua Miller > Web Development > Eagle Technologies Group, Inc. > Business Solutions for the Next Generation > www.eagletgi.com > josh.miller@xxxxxxxxxxxx > > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list > > 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








