On Monday, 13 January 2014 at 19:54:22 UTC, Jacob Carlborg wrote:
I'm not sure what you're trying to do but the implementation in Tango uses structs for the nodes so you cannot subclass that.

I want to read XML files and replace the nodes I care about (shapes and transforms) with my own version so that I more easily can manipulate it (using a more efficient internal representation). The kxml library appears have a node class, so maybe that is the better option.

Reply via email to