xml to xsl transformation using java+sql server
- From: raj <2rajesh.b@xxxxxxxxx>
- Date: Sun, 14 Sep 2008 21:09:15 -0700 (PDT)
Hi,
can anyone suggest me in doing the transformation from xml to xsl
i have a column in my DB which is of xml datatype.
for eg this is my xml content in the column.
<Team name="Braves">
<Players>
<Pitcher name="John Smoltz" role="Closer" />
</Players>
</Team>
i need to select this xml column and do the transformation .
direct tranformation from xml to xslt is fine,i require how to select
from the sql and pass it
thanks in advance
Rajesh
.
- Follow-Ups:
- Re: xml to xsl transformation using java+sql server
- From: Jacob Sebastian
- Re: xml to xsl transformation using java+sql server
- Prev by Date: Re: Faster search with xquery contains()
- Next by Date: SharePoint Error with SQL Server Unable to serialize the session s
- Previous by thread: Re: Faster search with xquery contains()
- Next by thread: Re: xml to xsl transformation using java+sql server
- Index(es):
Relevant Pages
|