Skip navigation
klmkb
Currently Being Moderated

How to read Xml Node in DDX process

Oct 16, 2009 6:36 AM

Hi All,

 

I face problem when reading xml node with DDX process.

(this is more a syntax problem)

 

On a workbench process, I want insert header in a pdf file with some datas coming from Xml variable

So I use Invoke DDX process and try to use External Data Url but without success.

(this is ok for variable) :

 

<?xml version="1.0" encoding="UTF-8"?>
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="outDoc">
        <PDF source="inDoc">
          <Header>
              <Right><StyledText><p><String url="process:///process_data/in_xml?serialize(in_xml/a/b)"/></p></Sty ledText></Right>
          </Header>         
        </PDF>
    </PDF>
</DDX>

 

I tried different thing, without success :

     <String url="process:///process_data/in_xml/a/b)"/>

     <String url="process:///process_data/in_xml?serialize(in_xml/a/b)

     ...

 

Somebody could help me ?

 

Thank you.

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points