I'm trying to locate the correct escape code to create a start/end tag so it contains a space in the name:
Here's an example
<Def Type="ParentObject">
<Description>"AnyBrowser"</Description>
<File Name>"c:\yourfile.txt"</File Name>
</Def>
I know that <File Name> is invalid, but there is an escape code for the space I can use to make work, I just can't find it anywhere. Anyone got an idea?
Thanks!
Here's an example
<Def Type="ParentObject">
<Description>"AnyBrowser"</Description>
<File Name>"c:\yourfile.txt"</File Name>
</Def>
I know that <File Name> is invalid, but there is an escape code for the space I can use to make work, I just can't find it anywhere. Anyone got an idea?
Thanks!