Book now with code EOY2025
Webmaster wrote: A good example of the XML format's purpose is the possibility to offer 'dynamic' Office docs online. When 'someone' opens a Word doc from a server for example, ASP or PHP could be used to modify the contents of the Word docx before it is presented. It can also be used to construct Word documents based on user input, for example an online Resume wizard.
Webmaster wrote: Although our test engine has been using XML for the past 5 years, it wasn't until recently that I discovered how handy and powerful XML can be. Especially at first it was mostly just hype to me. I also like the XML in ZIP (that's what it is) combi. Although non-text data has to be serialized first, the eventual XML doc is basically text compressed by common ZIP technology. I'm working on an app that uses the same combi (by recommendation of JDMurray) and I really like it. The hierarchical structure of XML makes reading/writing data files a very different experience from for example plain text files. Selecting a particular XML node using .NET is downright easy, instead of going through an entire file to find a match (i.e. the Author info) you can simply do a SQL Select-like statement on the XML file. The result is the same, just less and better structured code. I still need to read up and learn a lot about schemas though, I currently always go with whatever is default.
Use code EOY2025 to receive $250 off your 2025 certification boot camp!