Question

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

Was it helpful?

Solution

Yes there is. Look here

The syntax reference with links to the dtd is here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top