Shame you don't get a line number, alright.
>From the message though it looks like you are accidentally using an
"attribute value template" (i.e. curly braces) in an attribute which
expects a location path, e.g.
<xsl:variable name="foo" select="{$bar[baz]}"/>
... when you meant to type:
<xsl:variable name="foo" select="$bar[baz]"/>
If I were you I'd look for any "select" attributes containing curly
braces.
C
On Thu, 2007-12-20 at 08:33 -0600, Dorothea Salo wrote:
> > What information are you lacking?
>
> Well, I've gotten the messages you mention when I forgot to rename ALL
> the occurrences of a particular new variable... but this is different,
> and it's kicking my rear. Sum total of error message:
>
> javax.xml.transform.TransformerException: A location path was
> expected, but the following token was encountered: {
>
> And no information as to WHERE it was expecting a "location path". I
> can't find any extraneous {'s anywhere, especially in the bit where I
> suspect the problem is. Googling about a bit, I suspect the answer can
> be found somewhere in the stack trace, but the full stack trace isn't
> returned to the Web, and the bit I need is buried too deep.
>
> For what it's worth, what I'm trying to do is move community and
> collection logos out of the body of the collection and into the <h1>
> containing the community/collection name. It's been surprisingly
> difficult to accomplish.
>
> Dorothea
>
--
Conal Tuohy
New Zealand Electronic Text Centre
www.nzetc.org
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech