xml to xsl transformation using java+sql server



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
.



Relevant Pages

  • Re: Component/Tools to create XSL/XML
    ... > Andrew Diabo wrote: ... >> when viewing the XML file in a web browser. ... I understand that XSL ... > During their work they understood that the transformation part could be ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Component/Tools to create XSL/XML
    ... > when viewing the XML file in a web browser. ... I understand that XSL ... During their work they understood that the transformation part could be ... XML-documents don't transform them into XSL-FO, ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: XslCompiledTransform
    ... Can you show the XML that is being transformed, and the XSL? ... //Create StringWriter for transformation output ... StringWriter stringWriter = new StringWriter; ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: PHP 5, XSL transformations of big files
    ... process my big XML file. ... echo 'Failed to save XSLT transformation result to the file ... server, instead of download this large file, he'll upload it.. ...
    (comp.lang.php)
  • Re: HttpRequest Question
    ... That is if the server receives a request without a user agent string it could then perform the transformation server side to support non XML/XSL browsers. ... If use the code I posted in my original post and I save the response stream to a file it isn't the XML but rather the transformed HTML. ...
    (microsoft.public.dotnet.framework.aspnet)