It should be possible to allow namespace declarations
like something below
Code:
<@page xmlns:mycom="path.to.my.classes"
xmlns:i18n="path.to.i18n" culture="..." />
<mycom:ClassName ... />
<i18n:Text ... />
info on namespaces
http://www.w3.org/TR/REC-xml-names/
@page is not a prado declaration, ... yet