Luiz Antonio Falaguasta Barbosa wrote: > using Cocoon includes putting images into the pure XML files > (saved by MS Office 2003) too, right?
If (and only if) those file formats really are valid XML, there's nothing in them that Cocoon can't handle. You will have to figure out how exactly the images are embedded in the file (I'd wager in CData sections, but I don't have such a file handy) and work to obtain similar results yourself. In the worst case scenario you might have to write a piece of Java code to encode the images as an XML fragment in the same way as the format requires... no big deal. Tobia --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
