spiff-arena/spiffworkflow-backend/tests/data/xml_with_entity/invoice.bpmn

7 lines
182 B
XML

<!--?xml version="1.0" ?-->
<!DOCTYPE replace [<!ENTITY ent SYSTEM "file://{{FULL_PATH_TO_FILE}}"> ]>
<userInfo>
<firstName>John</firstName>
<lastName>&ent;</lastName>
</userInfo>