Re: AW: IPD error

2003-07-02 Thread J.Pietschmann
Todtenhaupt, Susann wrote:
Now I've localized my problem. Maybe in this point anybody could give
support. I have to set values in a dom-tree. But the specification of
dom-api says it's not possible to set a nodevalue of an element_node. How do
you set nodevalues for these nodes? 
Elements don't have values. They have children, among other things.
Therefore, looking at addChild(Node) and insertBefore(Node,Node)
could yield somethiing fruitful.
In any case I'd say you should look for professional help or at least
training. Would you trust a larger bridge whose blueprints were made
by a freshman who has to ask on a mailing list for advice on how to
compute beam profiles and other details?
This is not really the right place for those questions, but I hope somebody
could help...
Check the ressources on xml.org for better suited places.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


AW: IPD error

2003-07-02 Thread Todtenhaupt, Susann
Now I've localized my problem. Maybe in this point anybody could give
support. I have to set values in a dom-tree. But the specification of
dom-api says it's not possible to set a nodevalue of an element_node. How do
you set nodevalues for these nodes? 

This is not really the right place for those questions, but I hope somebody
could help...

Million thanx!

suse

-Ursprüngliche Nachricht-
Von: Todtenhaupt, Susann 
Gesendet: Wednesday, July 02, 2003 10:37 AM
An: '[EMAIL PROTECTED]'
Betreff: IPD error

Hello @ all!

While transforming with fop I always get the error-message:
At least one of minimum, optimum, or maximum IPD must be specified
on  table.
Furthermore I'm trying to get a value from a node in my xml-file by using
xsl:value-of select="foo". The foo-value represents a hard path pointing to
the relative node (like /root/node1/node2). So far so good, but no value
gets returned...

But I don't know where to localize my problem.

Thanx suse!


-
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]