Using XML with freeRTOS

wylieh wrote on Monday, April 13, 2009:

Has anyone used or is using XML with freeRTOS or know what the hook is between the two?

Thanks
H Wylie

edwards3 wrote on Monday, April 13, 2009:

Using XML to do what?

incrediball wrote on Monday, April 13, 2009:

XML is a data format. It is not something that you compile into your program. You can get packages to handle XML, so you need to find out what packages there are, pick one and learn how to use it. The "hook" between the two is your program.