how to write "standalone=yes" in a xml document?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kaethie
    New Member
    • Sep 2014
    • 1

    #1

    how to write "standalone=yes" in a xml document?

    hey

    my problem is i want my code to look like this:
    <?xml version="1.0" encoding="ISO-8859-1" standalone="yes " ?>

    but it looks like this:
    <?xml version='1.0' encoding='ISO-8859-1'?>

    and i can find a solution
Working...