Page 1 of 1

xsl targetting jsp: less strict validation

Posted: Wed Jun 11, 2003 11:03 am
by Olaf Kock
We are generating jsps with xslts. Making use of jsp taglibs, the resulting templates contain prefixed elements that are annotated to be "not bound". I understand that this is correct in terms of xml/xslt, but it is not in terms of jsp. Jsps usually contain elements like <bean:message.../>.
Or have I missed something? I'm using the trial plugin for eclipse.