Printing XML


hello all:

my current project (ok old 1 new intentions) heading in new direction , we're looking outputting information arduino in xml instead of html.  i wondering if process same regarding [print] command.  so example:

client.println("http/1.1 200 ok");

would simple changing tag out xml header/tags?  or necessitate change of library ethernet shell?
i'm guessing since outputs lines od text same...but i'm not sure.

thanks!

quote
i'm guessing since outputs lines od text same...but i'm not sure.

the print() , println() commands send strings of text. whether text interpretable html, xml, human-readable text, or gibberish not matter.


Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Printing XML


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums