This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[XSLTalk] Not able to work up with <DIV> tag


Hi all,
   I am trying to use <DIV> tag out in the XSL sheet. I want to assign
attribute values assiciated with DVI tag. It is not working properly when I
assign it.
   Below is the sample code .

    <xsl:for-each select="topFolderOut">
          <div CLASS="topFolderOut" ID="Metrics">
               <xsl:variable name="topfolid">
                   <xsl:value-of select="@id"/>
               </xsl:variable>
              <xsl:value-of select="."/>
       </div>
     </xsl:for-each>
      The highlight part I mean that ID I want to assign in dynamiclly from
xml string. But when I assign that ID ..it is giving runtime error. Can help
out.

Looking for your reply ASAP.
Thanks in advance
Sachi


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]