|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Upgrade Broke My XSLT
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
|
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








