Subject: RE: 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: entity output, (continued)
- Passin, Tom - Thu, 12 Jun 2003 16:18:34 -0400 (EDT)
- Mukul - Thu, 12 Jun 2003 22:02:12 -0400 (EDT)
- Jason - Fri, 13 Jun 2003 01:58:03 -0400 (EDT)
- Mukul - Fri, 13 Jun 2003 23:47:20 -0400 (EDT)
- Mukul - Sat, 14 Jun 2003 02:42:11 -0400 (EDT) <=
|
|