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!
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
Post a Comment