ms word - Populating Word2013 with XML data -



ms word - Populating Word2013 with XML data -

this year have maintain log book of meetings tutor @ university.

i'd word document can take info meetings stored in xml , insert word document , format in way define.

<?xml version="1.0"?> <logbookentry> <date>02-09-2013</date> <todo> thisandthat thisandthat thisandthat </todo> <notes> morenotes </notes> </logbookentry>

is there way can set word 2013 document take multiple logbook entries , add together them 1 after document formatting?

you can utilize content command databinding; in word 2013 can handle repeating data.

xml ms-word

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -