Converting Tag Library [message #223010] |
Fri, 24 October 2008 05:59 |
Carsten Spieker Messages: 197 Registered: July 2009 |
Senior Member |
|
|
Hello,
via the tagConverterFactory in Extension Point
"org.eclipse.jst.pagedesigner.pageDesginerExtension" I can convert tags from
custom tag libraries for the Page Designer Preview.
How can I do the same in the source code?
e.g. I have a tag "xyz" in the tag library with the prefix "p". So usually
the tag in the source code would look like this
<p:xyz ...... />
What I want is this tag to be represented e.g like this in the code, which I
know is not W3C conform JSP tag.
<#xyz>.
In my use case I have a few tags which are converted by a special parser
before saved as W3C conform HTML / JSP.
Is there any extension or something like that to reach this?
Thanks and greetz,
Carsten
|
|
|
Powered by
FUDForum. Page generated in 0.03168 seconds