Den 1. sep. 2008 kl. 14.36 skrev Thorsten Scherler:
But it does NOT work if I DON'T add it manually there, even though
the
entity is now defined both in core and in project within
$FORREST_HOME.
Hmm that is weird. I have to admit unless like David I am not the
expert
in the entity config, but it should work in editing
vim main/webapp/resources/schema/entity/symbols-core-v10.ent
and then in your sitemap like in the dispatcher plugin:
vim
whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/
internal.xmap
<!DOCTYPE map:sitemap [
<!ENTITY % symbols-project
PUBLIC "-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
"symbols-project-v10.ent">
%symbols-project;
<!ENTITY % symbols-core
PUBLIC "-//Apache Forrest//ENTITIES Symbols Core v1.0//EN"
"symbols-core-v10.ent">
%symbols-core;
]>
It *should* work, AFAICU.
it should work as described above, it is hard to comment on it
without a
commit.
Thanks for the patience. For some reason I had forgot to add the
symbols-core entity def. in the output.xmap file in the pdf plugin.
That made all the difference:)
Best regards,
Sjur