vote up 1 vote down star

I am writing some JSP 2.x tag files. I have searched for a few hours now, but I was not able to find doctype/schema definitions/dtds for jsp based tag files.

Does anybody knows if there are dtd/schema files to ease the pain of writing those tag files? It's pretty painful to not have auto completion and so on in eclipse. I have to check in the few tutorials I have found when writing tags.

To clarify: I am not talking about java based tags, nor the taglib tld files. I am talking about tag files that consist of jsp code, usually with the ending .tag or tagx and they are located in META-INF/tags or WEB-INF/tags.

Hints are highly appreciated

flag

1 Answer

vote up 3 vote down check

Yes there is. Look here

The syntax reference with links to the dtd is here.

link|flag
This seems to be "just" the jsp dtd and doesn't contain the pure "tag" related elements like "tag" and "attribute" that are located at the beginning of the tag file. – Patrick Cornelissen May 12 at 8:27
check the second link I#ve edited. I think this is what you are looking for. – Luixv May 12 at 9:17
Thanks for the second link that is a great resource! – Patrick Cornelissen May 12 at 9:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.