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

7 lines
175 B
Plaintext
Raw Normal View History

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