OPML .Net Object Model

[This is the second time I typed this because IE7 suddenly closed down whilst I was typing the original post.] I have been playing around with the .Net XML Serialization over the past couple of days. I thought it would be a good idea to create an object based roughly around the OPML 2.0 DRAFT spec. With the intent of being able to serialize and deserialize OPML files with ease.I had some successes with Serializing the OPML Object.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>[This is the second time I typed this because IE7 suddenly closed down whilst I was typing the original post.] <p />I have been playing around with the .Net XML Serialization over the past couple of days. I thought it would be a good idea to create an object based roughly around the OPML 2.0 DRAFT spec. With the intent of being able to serialize and deserialize OPML files with ease.<p />I had some successes with Serializing the OPML Object. I had developed the OPML Object model with constraints in which are defined in the spec, so the OPML file was correctly formed when it was serialized.<p />I had problems with the de-serializing. I could not get the XML Deserializer to enforce some of the constraints that I had placed on public propertties, so it was infact possible to load an incorrectly constructed OPML file.<p />I will post the code later. But I will keep playing with the code.<p /></p>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2006-04-01T00:00:00+00:00) OPML .Net Object Model. Retrieved from https://www.scien.cx/2006/04/01/opml-net-object-model/

MLA
" » OPML .Net Object Model." Paul Kinlan | Sciencx - Saturday April 1, 2006, https://www.scien.cx/2006/04/01/opml-net-object-model/
HARVARD
Paul Kinlan | Sciencx Saturday April 1, 2006 » OPML .Net Object Model., viewed ,<https://www.scien.cx/2006/04/01/opml-net-object-model/>
VANCOUVER
Paul Kinlan | Sciencx - » OPML .Net Object Model. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2006/04/01/opml-net-object-model/
CHICAGO
" » OPML .Net Object Model." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2006/04/01/opml-net-object-model/
IEEE
" » OPML .Net Object Model." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2006/04/01/opml-net-object-model/. [Accessed: ]
rf:citation
» OPML .Net Object Model | Paul Kinlan | Sciencx | https://www.scien.cx/2006/04/01/opml-net-object-model/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.