Hi,
I just found XSpec and started to try it out and so far I'm very impressed. Very useful.
But I came across a problem I can't figure out.
In the xslt I'm writing tests for there is a call to a named template but with no parameter. The template works directly with xpath's on the xml document that is being transformed.
I'm using oXygen and build and run the xspec unit tests there.
I can add a context and load the xml I would like to use for testing.
But when using context I am not allowed to use call to call the named template.
Any ideas?
What am I missing?
Thanks
Johan