Skip to content
Discussion options

You must be logged in to vote

Hi @fabiodisconzi 👋

Thanks for your question — your project sounds very interesting!

From what I understand, your goal is to translate .efx templates (used in the eForms SDK) into PHP functions using XPath to extract data from XML notices. You're not familiar with Java, so you're looking for a kind of "starter template" or "canvas" in PHP to help you get going

✅ Suggested approach
You could try the following steps:

Understand the structure of .efx templates
.efx files are usually XML files themselves, describing how to extract certain information from eForms XML notices using XPath.

Write a PHP parser to read .efx files
You can use SimpleXMLElement or DOMDocument in PHP to load and parse …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YvesJo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants