hi all,
I'm BuilFromFile command a load a XML file into PBDOM document (lpbdom_Doc1)and replace all those related value. After that I'm exporting it into a string with command
"ls_xmlsigned = lpbdom_Doc1.SaveDocumentIntoString();" The string ls_xmlsigned look like this :
Then I'm import this XML into another (lpbdom_Doc2) XML document's element with command ap_element.AddContent(ls_xmlsigned). Using the same method I'm exporting the content into another string ls_xml but the sting become like this :
"ls_xml = lpbdom_Doc2.SaveDocumentIntoString();"
Please advise what's going wrong.
NOTE : I'm using PB2022R2 Runtime 22.1.0.2828
thanks
Dev Ong
Thanks for advice. I tried but can't get it work. Do you have any example to refer to beside Appeon doc? Especially the "GetChildElements" which don't find any good example at Google.
regards,
Dev Ong.