Re: [xsl] Upgrade Broke My XSLT

Subject: Re: [xsl] Upgrade Broke My XSLT
From: "arser.abitu.ru" <arser@xxxxxxxx>
Date: Wed, 10 Apr 2002 18:27:23 +0400
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