On Tue, Sep 4, 2012 at 3:47 PM, Benjamin Ryan <[email protected]> wrote: > Thanks for that, do you know why the XPath would cause an error (it > seemed fine to me)?
I don't know _exactly_ why (I would never write my expression that way), but it has to do with the ".." part when used in context of the dri namespace. On Tue, Sep 4, 2012 at 3:18 PM, Benjamin Ryan <[email protected]> wrote: > javax.xml.transform.TransformerException: A node test that > matches either NCName:* or QName was expected. > > context:/jndi:/localhost/sc-xmlui/themes/Mirage/lib/xsl/core/page-structure.xsl > - 633:172 I also noticed you didn't create your own theme overriding Mirage, but you modified Mirage directly. This will come back to bite you in behind during your next DSpace upgrade. The Right Way(TM) is to create a new theme and xsl:include your parent theme, overriding any templates you want to change. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

