Re: Accessing the object Tree structure of FOP

2007-03-29 Thread Andreas L Delmelle
On Mar 27, 2007, at 05:23, Harshini Madurapperuma wrote: Hi Harshini, Hope I didn't trouble u by contacting personally; Not really a problem, but it's always advisable to stay on fop-users. If you contact me directly, there is an increased chance of your mail ending up unanswered (due to

Re: Accessing the object Tree structure of FOP

2007-03-27 Thread Mukku Sarath Kiran
Hi which programming language you are using? in PHP you can use xpath_eval() function. see php manual for help. sarath - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Accessing the object Tree structure of FOP

2007-03-27 Thread Harshini Madurapperuma
Hi I'm using java. Do u have any idea bat that in java?? /Harshini -Original Message- From: Mukku Sarath Kiran [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 2:44 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Accessing the object Tree structure of FOP Hi which

Re: Accessing the object Tree structure of FOP

2007-03-27 Thread Andreas L Delmelle
On Mar 27, 2007, at 11:38, Harshini Madurapperuma wrote: Hi, I'm using java. Do u have any idea bat that in java?? I still don't quite get the intention. You're talking of an fo:external-graphic being added as a child of fo:root. Note that that would make your input illegal FO. The

Accessing the object Tree structure of FOP

2007-03-26 Thread Harshini Madurapperuma
Hi all; Is there a way to access the object tree structure of FOP? In Driver class there is a parameter called InputSource source. I tried to convert it in to a char array but it doesn't work. so; is there any other way to access the object?? The object tree which i have meant is something

Re: Accessing the object Tree structure of FOP

2007-03-26 Thread Andreas L Delmelle
On Mar 26, 2007, at 12:53, Harshini Madurapperuma wrote: Hi, Is there a way to access the object tree structure of FOP? In Driver class there is a parameter called InputSource source. I tried to convert it in to a char array but it doesn't work. FOP's fo-tree structure is not meant to be

RE: Accessing the object Tree structure of FOP

2007-03-26 Thread Harshini Madurapperuma
to external packages, so there is no public API accessor... Why precisely do you (think you) need it? Cheers, Andreas _ From: Harshini Madurapperuma [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 4:23 PM To: fop-users@xmlgraphics.apache.org Subject: Accessing the object Tree

RE: Accessing the object Tree structure of FOP

2007-03-26 Thread Harshini Madurapperuma
the object Tree structure of FOP Harshini Madurapperuma wrote: Hi All; I have added an fo:external:graphics tag as a child of root (I want to add a watermark so I'm passing the required info inside that tag) The graphic tag is there only when the watermark is available. Therefore I want

Re: Accessing the object Tree structure of FOP

2007-03-26 Thread Daniel Noll
Harshini Madurapperuma wrote: Hi Is there a way to access the FO file and find out the elements in that? I mean to read the tag? It's an XML file. The easiest way is to read it in and use XPath to match the node. Daniel -- Daniel Noll Nuix Pty Ltd Suite 79, 89 Jones St, Ultimo NSW 2007,