I need <xml>__content__</xml>
part from the following response string in java
Content-Type: application/xml; charset=UTF-8; name=response_xml<xml>...</xml>
I need <xml>__content__</xml>
part from the following response string in java
Content-Type: application/xml; charset=UTF-8; name=response_xml<xml>...</xml>
Copyright © 2021 Jogjafile Inc.
EDIT
Now that I understand what you need, you can use a simple
regex
to extract the text between the tags<xml>
and</xml>