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

Re: Upgrade Broke My XSLT

Subject: Re: Upgrade Broke My XSLT
From: "arser.abitu.ru" <arser@xxxxxxxx>
Date: Wed, 10 Apr 2002 18:27:23 +0400
pam.jpg
Hello eric,

Could you tell us name and version of that parser?


Wednesday, April 10, 2002, 6:20:14 PM, you wrote:

e> We recently upgraded our XSLT parser and now many of our scripts are not
e> working.  Does anyone have an idea why this is not working?  The names will
e> show up formatted with no paragraphs beneath them (i've removed the
e> content).

e> XSL::

e> <xsl:template match="bios">
e>   <xsl:for-each select="bio">
e>     <xsl:apply-templates select="name"/>
e>     <xsl:for-each select="paragraph">
e>       <xsl:apply-templates select="paragraph"/>
e>     </xsl:for-each>
e>   </xsl:for-each>
e> </xsl:template>

e> <xsl:template match="name">
e>   <hr size="1" color="#000000" />
e>   <span class="bioname"><a name="{@anchor}"><xsl:value-of select="."
/>></a></span>
e>   <hr color="#000000" size="1" />
e> </xsl:template>

e> <xsl:template match="paragraph">
e>   <p class="regular">
e>     <xsl:apply-templates select="*"/>
e>   </p>
e> </xsl:template>

e> XML::

e>     <bios>
e>       <bio>
e>         <name>
e>           Dan Quayle
e>         </name>
e>         <paragraph>
e>           <image src="images/pam.jpg" align="left"/>...
e>         </paragraph>
e>         <paragraph>
e>           ...
e>         </paragraph>
e>         <paragraph>
e>           ...
e>         </paragraph>
e>         <paragraph>
e>           ...
e>         </paragraph>
e>         <paragraph>
e>           Prior ...
e>         </paragraph>
e>       </bio>
e>       <bio>
e>         <name>
e>           Bill Clinton
e>         </name>
e>         <paragraph>
e>           ...
e>         </paragraph>
e>         <paragraph>
e>           ...
e>         </paragraph>
e>       </bio>
e>     </bios>


e> Eric


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



-- 
Best regards,
 arser.abitu.ru                            mailto:arser@xxxxxxxx


 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.