ASP+ kickout xml

cocaineuser

New Member
Can someone say something on the subject, if I have now ASP+ what is the need for XML, if any?Well, they serve two different purposes.<BR><BR>ASP+ is a development architecture complete with Objects, Events, Properties, and more. XML is HTML like syntax for describing data and to focus on what data is.<BR><BR>Actually, the two go hand in hand. For instance, the ASP+ Ad Rotator component is driven off of an XML file that contains the data and its description for the Ad Rotator&#039s properties.<BR><BR>Also, ASP+ has classes for parsing, validating, and manipulating XML data. If you are interested in reading about the interaction between ASP+ and XML then I suggest you check out the following article - http://www.aspfree.com/quickstart/howto/doc/Xml/OverviewofXML.aspx<BR><BR>
 
Back
Top