You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Oleg Dulin <du...@olegdulin.com> on 2003/11/10 17:51:27 UTC

Sitemap DTD that works with C2.1

Dear Distinguished Colleagues:

I couldn't find sitemap DTD in the 2.1.1 distribution. Does one exist at 
all ?

The reason I am asking is because I need to use entities to reuse 
sitemap fragments across applications and would like my editor to 
validate my sitemap properly. Currently I do this:

<!DOCTYPE map [
	<!ENTITY foo SYSTEM "foo.xml">
]>

<map:sitemap>
....

&foo;

</map:sitemap>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org