barsch / seishub.core

SeisHub - a seismological XML/SQL database hybrid
23 stars 9 forks source link

XPath expressions can now handle namespaces #4

Closed krischer closed 11 years ago

krischer commented 11 years ago

Cherry picked Tobi's namespace commits, refactored the tests and added a new one. XPath expressions definitly need to handle namespaces and this here is an easy way to do it. I believe it should be safe to merge.

barsch commented 11 years ago

Does it work also with an existing seishub database or do we need migration steps for that? If it works out of the box, please feel free to merge.