XML Data with special character: '?'
Hi,
We had below requirement for outbound file transmission.
Prefix and suffix a name with '?'.
We created a Name DFF and entered the value as ?ADV Corp? (For example)
Runtime XML data was generated as <AltName>?ADV Corp?</AltName> --> This is correct
I referred this tag(<AltName>) in eText format, but output ended in displaying as ??ADV Corp?? instead of ?ADV Corp?
Looks like there was parser exception. My question : Are special characters like '?' not allowed in XML data and what are those? What are data limitations?
oracle.apps.xdo.template.eft.func.ParseException: Encountered "<EOF>" at line 0,
We had below requirement for outbound file transmission.
Prefix and suffix a name with '?'.
We created a Name DFF and entered the value as ?ADV Corp? (For example)
Runtime XML data was generated as <AltName>?ADV Corp?</AltName> --> This is correct
I referred this tag(<AltName>) in eText format, but output ended in displaying as ??ADV Corp?? instead of ?ADV Corp?
Looks like there was parser exception. My question : Are special characters like '?' not allowed in XML data and what are those? What are data limitations?
oracle.apps.xdo.template.eft.func.ParseException: Encountered "<EOF>" at line 0,
0