Making An XML Eporter
Brought to you by:
wiering
Hi!
I examined the tile studio and it's really cool, i want to
make an XML exporter for your tile studio, but there's a
problem i need your support.
Can you tell me how to write this to my file:
<?xml version=1.0 standalone=no?>
it's give's an expression error,
when i remove those tags it runs fine with this:
?xml version=1.0 standalone=no?
Please help me out in completing this XML export plugin
which will help others also.
Logged In: YES
user_id=258029
Hi,
To export the < bracket, use \<, so
\<?xml version=1.0 standalone=no?>