Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can ESL build an XML data string to Post to a WEB Server?

build Data ESL String web server XML
0
Posted

Can ESL build an XML data string to Post to a WEB Server?

0

Whilst ESL has no specific support for building XML strings, the standard string concatenation, together with the data coercion and freeform coding style, allows complex XML strings to be built with a single ESL statement. To provide a simple illustration, the XML string parse as an example in the previous question can be created as follows: The leading blanks in the above example are only for presentation and will not form part of the XML string. When creating the string, remember that an individual literal cannot be more than 256 characters long, but you can always concatenate multiple literals. Also you will find that the XML string will include quoted strings which will need to use the escape sequence \.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123