Namespace Handling
After a bit of a breather, I'm back working on RDF Templates. My current focus is getting namespace handling to work correctly. This is a very small spec change but quite a lot of work in the PHP implementation. I have rudimentary handling sorted out now, but I'm ignoring some of the finer points such as unprefixed namespaces. These will come along shortly.
Along the way I've added an rt:output element which is the RDFT analog of xsl:output. It lets you specify options such as XML or text output. I'm gradually edging towards the RDF syntax round-tripping milestone.
After namespace handling is polished off I need to look at using RDFT elements to generate the values of attributes. This should be fairly simple because the current attribute implementation uses an rt:text action for the value anyway, it's just an extension of that to make it more explicit.
Comments
No comments yet.
Leave a comment
Sorry, the comment form is closed at this time.
