Discuss and compare various ways software configuration can be stored and manipulated and show how XML is increasingly taking place as a technology of choice for software configuration. There is a reference to RConfigs component I developed to access and manage configurations in XML format....
This .dll will take an object and a file path input paramaters and create an XML file with all the property names as node elements and property values as nodes contents and save the XML file to the path input parameter. You can then pass in that same object later and the path of the existing XML file and it will load all the properties of the object with the values in the XML file. This can be used with any object, control, activeX, class, whatever. The only limitation is objects that have .....
This is the second of a series of articles I am writing that deals with using XML and the latest in XSLT technology to create a dynamic web application. My tentative plan for these articles are the following: 1.) Create an XML document by converting data shaped recordsets with a recursive component. [Read the Article!] 2.) Getting a more customized XML document by tweaking the SQL statement and the code for the component. (This article!) 3.) Using XSLT to get a viewable HTML interface.....
ObjectGenerator generates custom COM components and complete html help files from your template XML files or schemas. Generated objects methods and properties map to xml elements and attributes of your specific schema or XML file....
This session is the culmination of all that's come before (see Essential XML and Real World XML). Building on the tools and user interface patterns presented earlier, Michael introduces programming design framework especially suited to an object oriented, XML based application. Michael will show how to use XML and XSL in the Model role of a Model/View/Controller based application. His presentation explores further ideas about object oriented docu.....