The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
I can print ""
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
I can print ""
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
04-24-2008
gautamdheeraj
Registered User
Join Date: Feb 2008
Posts: 18
you were having a mismatch of single quotes. I am able to write a.xml by following call.
system("echo '<?xml version=\"1.0\" encoding=\"UTF-8\"?>' > a.xml;");
gautamdheeraj
View Public Profile
Find all posts by gautamdheeraj