On Wed, 16 Sep 2009 18:52:53 +0900 (KST) "Andrew Errington" <[email protected]> wrote:
> Ok, well if it's no trouble then I got this (using xsltpr: > > XPath error : Undefined variable > t...@k='amenity' and @v=$amenity] > ^ > compilation error: file test.xsl line 23 element template > Failed to compile predicate > > > The caret is under the last ] (if you have a monospaced font). > Are you setting the $amenity parameter correctly on the command line? It seems to be complaining about not knowing what it is. Try outputting its value before this line like: <xsl:value-of select="$amenity" /> just to confirm this. Cheers _______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/listinfo/newbies

