alvatar / spheres

Spheres - A set of tools and libraries for practical Scheme. Multiplatform and Mobile.
MIT License
69 stars 10 forks source link

error with sxpath #16

Open ovenpasta opened 8 years ago

ovenpasta commented 8 years ago
((sxpath  '(// DOCUMENT @ PAGEOBJECT) doc))
*** ERROR IN %%loop4849 -- Unbound variable: spheres/markup#sxpath#ntype??
1> 

Actually I can't find any definiton to ntype??. The closest thing is xlink:ntype??

ovenpasta commented 8 years ago

found the problem. sxml-tools.sld was not exporting some symbols. I fixed it here: b2b7c3e