> -----Original Message----- > From: Andreas L Delmelle [mailto:[EMAIL PROTECTED] > > On Jun 10, 2006, at 17:48, Tornroth, Phill wrote: > > > Thanks, sorry.. I should have mentioned that I tried just > about every > > namespace trick I could find. I definitely tried binding it to that > > namespace, even to the fo: namespace, and declaring those > namespaces > > at the top of the document as well as lower. > > Ouch! I just noticed in your original post that you're trying > to use the latest Batik version with FOP 0.20.5... :/ Not > sure if that is causing your hassle, but this may be a bad idea.
Hi, I read in the namespace spec [1] that: "Namespace Constraint: Prefix Declared The namespace prefix (...) must have been declared in a namespace declaration attribute in either the start-tag of the element where the prefix is used or in an an ancestor element." Therefore, you just need to declare "svg" in the range [fo:root -- fo:instream-foreign-boject]. HTH, Pascal [1] http://www.w3.org/TR/REC-xml-names/#ns-using --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
