In this post we aim to transform a text file into a hierarchical XML document. As shown in Listing 12.11, the text file will contain the following book information: the ISBN, Title, Author(s), Publisher, Publication Date, and Price. Listing 12.11 CSV of Books 0735621632,CLR via C#,Jeffrey Richter,Microsoft Press,02-22-2006,59.99 0321127420,Patterns Of Enterprise Application Architecture,Martin Fowler,Addison-Wesley Professional,11-05-2002,54.99 0321200683,Enterprise Integration Patterns,Gregor Hohpe,Addison-Wesley
Read More...