Hi,

what I'm doing is this: I've got a custom tag in my JSP page, that uses a transformer to process the xml input. So my page looks like this:
...
<test:myDesign design="uni"
title="index.title"
heading="index.heading">

<test:xmlConvert>
<!-- YOUR XML CONTENT HERE -->
</test:xmlConvert>
</test:myDesign>


Hope this helps,

Tom

On Sat, 8 Mar 2003, Jörg Maurer wrote:

} definitly give JSTL a try! Myself not applied it, but read book by Bayer
} Shawn - devoted taglibs to xml and xml transformation for usage in jsp.
}
} -----Original Message-----
} From: bobd [mailto:[EMAIL PROTECTED]
} Sent: Samstag, 08. März 2003 20:02
} To: [EMAIL PROTECTED]
} Subject: xslt in jsp
}
}
} I have a jsp that needs to retrieve XML from a bean
} (stored in the session) and then execute a
} transformation.
}
} what is the easiest way to do this?  Having difficulty
} using <xsltlib:...>, as well as locating documentation
} on this.
}
} thanks,
} -b
}
} __________________________________________________
} Do you Yahoo!?
} Yahoo! Tax Center - forms, calculators, tips, more
} http://taxes.yahoo.com/
}
} ---------------------------------------------------------------------
} To unsubscribe, e-mail: [EMAIL PROTECTED]
} For additional commands, e-mail: [EMAIL PROTECTED]
}
}
} ---------------------------------------------------------------------
} To unsubscribe, e-mail: [EMAIL PROTECTED]
} For additional commands, e-mail: [EMAIL PROTECTED]
}
}


------------------------------------------------------------------------ Guido Garcia Bernardo [EMAIL PROTECTED] [EMAIL PROTECTED] "stat rosa pristina nomine, nomina nuda tenemus." ------------------------------------------------------------------------ http://members.ud.com/services/teams/team.htm?id=D8624419-BFB6-4772-A01A-0045631F979F

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to