I have a xml, jsp and xsl.
the xsl is written to transform the xml by arranging the data nicely into tables.
i want the xsl output to be displayed within a jsp form, cos may need to submit the form for processing (but that is outside what i intend to ask).
my qestion is how do i combine these 3?
how do i activate the xsl to transform the xml within a jsp?
the xsl is written to transform the xml by arranging the data nicely into tables.
i want the xsl output to be displayed within a jsp form, cos may need to submit the form for processing (but that is outside what i intend to ask).
my qestion is how do i combine these 3?
how do i activate the xsl to transform the xml within a jsp?