Re: Newbie questions
Axel Hecht <[email protected]> Thu, 16 Aug 2007 06:35:41 -0700
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Message-ID | <[email protected]> |
LF wrote: > On Aug 15, 6:08 am, Axel Hecht <[email protected]> wrote: > >> You should also know how much RDF templating is going to give compared >> to plain DOM-based content creation. The RDF/XML implementation doesn't >> serialize back over the net, just to files, so you'll need to write the >> serialization part yourself anyway, at which point not using RDF may >> come as a benefit or not. > > Many thanks. > > I think you're right. I'm starting to learn that RDF is not so easy to > manage. > The only useful use of RDF I see so far is "attach" data to a tree. > Am I correct? > Are there non RDF solutions? Well, you can just use js to format the date and add it to the DOM. Those are questions more suited for m.d.t.xul, though. Axel