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]
Other format: [Raw text]

how to pass a dom to this stylesheet ?


I have to use a stylesheet that presents these kind of code:
<xsl: ....  "/page/TITLEROWSET/TITLEROW">
.....
<xsl: ....  "/page/CODEROWSET/CODEROW">
....

I'm using  a jsp page , that takes data from a database and it has to 
transform them into a DOM to pass to xsl.
How can I build this DOM ?

Please write me something like
<????>
      <TITLE...>
    .......
</????>

Thanks


 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]