26 Mar
2012
26 Mar
'12
10:08 p.m.
Howdy -- For JSON and XML, mechanisms to generate an in-memory document from an xs:string() exist. For CSV or text inputs, however, I'm unclear on how to do this without declaring options and invoking db:add() -- not ideal when the content being handled is intended only for transient, one-time-only processing. Pointers? (If there exists a mechanism to invoke any available parser without necessarily creating a new database, this would be ideal). Thanks!