xsl targetting jsp: less strict validation

Are you missing a feature? Request its implementation here.
Olaf Kock

xsl targetting jsp: less strict validation

Post 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.