- Log in to post comments
User bio
404 bio not found
Member since Apr 24, 2017
Posts:
Replies:
Thanks Eduard.
It works in this case indeed. While there are still cases for some of our partners to work on XMLs without schema. Is there someway to do it?
- Log in to post comments
It can be down by adding a custom function
Class MDMDemo.Utils.XMLDocumentUtils Extends Ens.Rule.FunctionSet
{
/// GetAt implementation for rulesets
ClassMethod ElementGetAt(ByRef pDocument As EnsLib.EDI.XML.Document, pPath As %String) As %String [ CodeMode = expression, Final ]
{
pDocument.GetValueAt(pPath)
}
}
But is there anyway to directly visit the elements in the rule?
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Nicky has no Certifications & Credly badges yet.
Followers:
Nicky has no followers yet.
Following:
Nicky has not followed anybody yet.
Yes I'm using virtual document thus the xml was loaded as an EnsLib.EDI.XML.Document and saved into BPL context.
While the path about seems not working.