RE: [xsl] Problem writing XSLT

Subject: RE: [xsl] Problem writing XSLT
From: Mukul <mukulw3@xxxxxxxxx>
Date: Fri, 13 Jun 2003 23:41:35 -0700 (PDT)
I could write the correct XSL by changing this part to
select attribute names
<xsl:choose>
  <xsl:when test="$T='Columns'">
    <xsl:value-of select="@*"/>,
  </xsl:when>
  <xsl:otherwise>
    '<xsl:value-of select="."/>',
  </xsl:otherwise>
</xsl:choose>

Thanks for your help..

Regards,
Mukul


--- Mukul <mukulw3@xxxxxxxxx> wrote:
> Hi Jason,
>   Thanks for your help.. Sorry for late reply as I
> was
> testing it.. Your XSL is working fine.. except a
> small
> thing I want which I mentioned in my requirement..
> 
> It is generating SQL as 
> insert into table(LEVEL, TIME, TICKS, COMPONENT,
> SUBCOMPONENT, Datum, Datum)
> 
> But I want the column name from this part of XML
> <ENTRY type="ProcEntry">
>   <Datum name="Adapter">SA</Datum>
>   <Datum name="Method">ServiceabilityAgent</Datum>
> </ENTRY>
> 
> as Adapter and Method and not as Datum! .. *If
> somebody can tell how can I get the name of the
> attribute*, I can try modifying the XSL..
> 
> Regards,
> Mukul



__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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


Current Thread
  • RE: [xsl] entity output, (continued)
    • Passin, Tom - Thu, 12 Jun 2003 16:17:53 -0400
      • Mukul - Thu, 12 Jun 2003 19:01:35 -0700 (PDT)
        • Jason - Fri, 13 Jun 2003 13:57:20 +0800
        • Mukul - Fri, 13 Jun 2003 20:46:42 -0700 (PDT)
        • Mukul - Fri, 13 Jun 2003 23:41:35 -0700 (PDT) <=