Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alec Colebrook-Clark 134 posts 258 karma points
    Feb 06, 2009 @ 13:09
    Alec Colebrook-Clark
    0

    Listgalleries.XSLT error

    Hi all,

    I have encountered an error with ListGalleries.XSLT. As far as im aware i didnt change any of the standard code that came with the package. I have also found that it happens on a few other XSLT pages too. the errors are as follow:

    [quote]
    Error occured
    System.Xml.Xsl.XsltException: '' is an invalid value for the 'order' attribute.
    at System.Xml.Xsl.XsltOld.SortAction.ParseOrder(String value)
    at System.Xml.Xsl.XsltOld.SortAction.Execute(Processor processor, ActionFrame frame)
    at System.Xml.Xsl.XsltOld.ActionFrame.Execute(Processor processor)
    at System.Xml.Xsl.XsltOld.Processor.Execute()
    at System.Xml.Xsl.XsltOld.Processor.Execute(TextWriter writer)
    at System.Xml.Xsl.XslTransform.Transform(XPathNavigator input, XsltArgumentList args, TextWriter output, XmlResolver resolver)
    at System.Xml.Xsl.XslTransform.Transform(IXPathNavigable input, XsltArgumentList args, TextWriter output, XmlResolver resolver)
    at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String fileContents, Boolean ignoreDebugging)
    [/quote]

    The code is:

    [code]
    ]>

    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxml="urn:schemas-microsoft-com:xslt"
    xmlns:umbraco.library="urn:umbraco.library"
    exclude-result-prefixes="msxml umbraco.library">
















    [/code]

    Thanks.

Please Sign in or register to post replies

Write your reply to:

Draft