MXML Action script 3 to AEM forms. | Community
Skip to main content
New Participant
October 16, 2015
Solved

MXML Action script 3 to AEM forms.

  • October 16, 2015
  • 1 reply
  • 920 views

MXML Action script 3 to AEM forms.

Hello: We have all our forms in Flex 4.5 Action script. Output is MXML

Is there an API for migrating forms/ functionality toAEM?

Regards,

Armando

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DarrenBiz

Theoretically, you could write something to translate the MXML to JCR nodes using the Jackrabbit JCR API and an XML parser. Not something you would really want to do unless you have 1000's of forms to translate.

1 reply

DarrenBiz
DarrenBizAccepted solution
New Participant
October 16, 2015

Theoretically, you could write something to translate the MXML to JCR nodes using the Jackrabbit JCR API and an XML parser. Not something you would really want to do unless you have 1000's of forms to translate.