Talk:RDF:Transition Path

From MozillaWiki
Revision as of 11:12, 24 March 2005 by AxelHecht (talk | contribs) (port from my wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Just want to make sure we're talking about code-level compatibility. At this point, binary compatibility should be a non-goal IMO... we have already changed the RDF interface IIDs to make small changes recently. -- bsmedberg

Second note, my proposal for "visitor"-type enumerators is the most radical departure from the current API design. It is fairly easy to implement in JS, and a little bit of a pain to implement in C++ (we should provide a little utility object that maps from a visitor to an array, and another that maps from a visitor to a C++ callback). -- bsmedberg