I think someone has already asked a similar question in this forum and here was the reply:
-----------------------
Use a '\' before the first '<' so it won't be interpreted as an expression:
\<?xml version=1.0 standalone=no?>
Mike
-----------------------
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to export using XML. But the TSD files us <> as the delimitor. How can I export the < and > charecters?
I think someone has already asked a similar question in this forum and here was the reply:
-----------------------
Use a '\' before the first '<' so it won't be interpreted as an expression:
\<?xml version=1.0 standalone=no?>
Mike
-----------------------