in reply to Re^2: XML::Generator bad header?
in thread XML::Generator bad header?
-------------------------------------------------- Content-type: text/plain (or text/html and so on) Some-Other: headers (a blank line) The contents of the file goes here --------------------------------------------------
-------------------------------------------------- Content-type: text/plain Hello World! --------------------------------------------------
-------------------------------------------------- Content-type: text/html <html> <body> Hello World! </body> </html> --------------------------------------------------
-------------------------------------------------- Content-type: text/xml <?xml version="1.0" encoding="ISO-8859-1"?> <tag>Hello World!</tag> --------------------------------------------------
20070821 Janitored by Corion: Fixed stray </code> tag
|
---|