cfml24h
cfml24h copied to clipboard
Chapter on XML
There should be a chapter on XML functions
It's already mostly covered in https://github.com/adamcameron/cfml24h/blob/master/chapters/03-types.md#xml.
I'm not sure if there's merit in specifically looking at functions like xmlElemNew()
and what have you, as the implementation for building XML via functions is godawful, and I'd not encourage it.
There's perhaps scope for something very quick on XSLT though,but this is footnoted inline.