The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



Thread: I can print ""
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-18-2008
ncatdesigner ncatdesigner is offline
Registered User
 

Join Date: Mar 2008
Posts: 19
I can print ""

I'm trying to print an xml header to a file and I don't know how

the last thing I tried is this:

system("echo '<?xml version='\"1.0\"' encoding='\"UTF-8\"'?>'" > a.xml)

"" are not printed

The code is written in C/C++
Reply With Quote
Forum Sponsor