8 Feb
2007
8 Feb
'07
7:28 p.m.
On Thu, Feb 08, 2007 at 09:15:33AM -0600, Aaron Spike wrote:
Ok, yes, you can hack this quite simply by changing:
if self.options.layers: path = "/svg/*[name()='g' or @style][@id]" else: path = "/svg/g/*[name()='g' or @style][@id]"
to:
path = "/svg/g[@id='slices']/*"
I know everyone will scream cries of userunfriendlyness but, wow, xpath is useful and I think it would be fun to let the user choose what to export via xpath. Maybe we could create a graphical language for xpath.
Ooh, a graphical language for xpath would be sweet. :-)
Bryce