1 Jan 2004 09:51
NDF namespace modularity in code
Would it be possible to have Node accept an arbitrary set of attributes on the node:definition tag, and it be accessable in the php array with the others? For example: <node:definition foo="bar" hello:world="bleh" path="..." /> Seen as: 'path' => '...', 'foo' => 'bar', 'hello:world' => 'bleh' This sorta breaks the strict DTD, so there is a good argument for not providing such freedom. Was curious on others' thoughts, for I can see this being infinitely useful as well. (fast development for apps that use their own namespaces in node, without special XSLT work required for each app) jason
RSS Feed