You can let FOP ignore your extension namespace by registering it in the
FopFactory:
FopFactory fopFactory = ....
fopFactory.ignoreNamespace("http://foo.com/mynamespace";);

Or is this functionality you hacked into the old FOP and you have to
reimplement it now?

Jeremias Maerki



On 15.11.2007 14:27:09 mckacl wrote:
> 
> Our software uses the old version of FOP,  and I am attempting to upgrade to
> the new version.  Unfortunately, several custom attributes were added to the
> xml.
> 
> fo:block-container
>      annotation 
>      container-name
>      overflow-to
>      smallest-font-size
> 
> fo:simple-page-master
>      page-group
>      
> 
> 
> 
> 
> Jeremias Maerki-2 wrote:
> > 
> > Yes. If it's enough to handle your case, I don't know. What's your
> > requirement?
> > 
> > Jeremias Maerki
> > 
> > 
> > 
> > On 14.11.2007 23:16:44 mckacl wrote:
> >> 
> >> In the current version of FOP, is there a mechanism to handle custom
> >> attributes?
> >> 
> >> Thanks
> >> -- 
> >> View this message in context:
> >> http://www.nabble.com/Attribute-Extension-tf4808374.html#a13757702
> >> Sent from the FOP - Users mailing list archive at Nabble.com.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Attribute-Extension-tf4808374.html#a13767545
> Sent from the FOP - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to