JavaScript OPML Object Model Update

It has been pretty interesting designing this Object Model in JavaScript for OPML. Mainly because I have found several flaws in the design that if fixed will make it a lot better to use. I discovered them because I am using the Object Model directly in AJAX Tagger version 2.0.The basic problem is that I didn’t completly understand the OPML specification and I started to implement the mini API before I knew more about it.


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

<p>It has been pretty interesting designing this Object Model in JavaScript for OPML. Mainly because I have found several flaws in the design that if fixed will make it a lot better to use. I discovered them because I am using the Object Model directly in AJAX Tagger version 2.0.<p />The basic problem is that I didn't completly understand the OPML specification and I started to implement the mini API before I knew more about it. The area that I need to extend in the object model is around the attributes of the outline element. I only thought you had a type and text, but it turns out the specification is quite loose around the attributes that you can have, but there are several well used attributes that hook up with files, links, html and rss etc. I will document them some other time.<p />Other than that the OPML XML that it generates seems to be good, apart from the quoting of " and the &'s :)<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 (2005-10-19T00:00:00+00:00) JavaScript OPML Object Model Update. Retrieved from https://www.scien.cx/2005/10/19/javascript-opml-object-model-update/

MLA
" » JavaScript OPML Object Model Update." Paul Kinlan | Sciencx - Wednesday October 19, 2005, https://www.scien.cx/2005/10/19/javascript-opml-object-model-update/
HARVARD
Paul Kinlan | Sciencx Wednesday October 19, 2005 » JavaScript OPML Object Model Update., viewed ,<https://www.scien.cx/2005/10/19/javascript-opml-object-model-update/>
VANCOUVER
Paul Kinlan | Sciencx - » JavaScript OPML Object Model Update. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2005/10/19/javascript-opml-object-model-update/
CHICAGO
" » JavaScript OPML Object Model Update." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2005/10/19/javascript-opml-object-model-update/
IEEE
" » JavaScript OPML Object Model Update." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2005/10/19/javascript-opml-object-model-update/. [Accessed: ]
rf:citation
» JavaScript OPML Object Model Update | Paul Kinlan | Sciencx | https://www.scien.cx/2005/10/19/javascript-opml-object-model-update/ |

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.