My plans
Robin Berjon
robin at berjon.com
Fri Dec 18 10:14:29 CET 2009
On Dec 17, 2009, at 23:20 , Kjetil Kjernsmo wrote:
> Recently, I've focused on my RDFa Templating language. The idea is
> described here:
> http://www.kjetil.kjernsmo.net/software/rat/
That looks interesting. Quick question: why have a rat and a sub namespace? The more namespaces RDF people pile up, the less take up this sort of things gets!
> Also, I have to learn to write a SAX Filter on deep structures to get it
> finished. Unfortunately, I have very little time to do it.
A SAX filter on deep structures essentially means that you have to maintain a complex state machine. I recommend against doing that by hand — it's very much like trying to parse a complex format with just one regex. There is a variety of tools out there (I think XML::Twig might be a decent option, though there are others I haven't tried, like XML::Rules).
--
Robin Berjon - http://berjon.com/
More information about the Dev
mailing list