[Home] [By Thread] [By Date] [Recent Entries]
Hi Marvi,
On 4/16/07, marvi vokopola <vmarvi@xxxxxxxxxxx> wrote: (....)Hello, I am trying to transform a question and answer xml to html. My xml file looks like this: and (...)answers according to "defaultlabel" attribute, which values van be "qanda | number | none". I am having a problem when trying to display a number label. I am using xslt 1.0, My xsl stylesheet looks like this: (...) <xsl:choose>(...) <xsl:when test="ancestor::*[@defaultlabel='number']">(...) </xsl:choose>(...) </xsl:template>(...) <xsl:template match="qandaset">(...) (...)<xsl:for-each select=".//qandaentry"> <xsl:for-each select="question"> <xsl:call-template name="question"/> </xsl:for-each> </xsl:for-each> I think that you may find the following FAQ item useful: "position() shows wrong value" http://www.dpawson.co.uk/xsl/sect2/N6099.html#d9172e70 However, in order to receive more relevant comments, you should describe your expected output, your current results, and where lies your difficulties. You could also find useful to try to reproduce the issue with the smallest possible stylesheet, and posting this smaller stylesheet instead would help people to understand your problem more quickly. Kind Regards, Eric Brichemier
|

Cart



