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]
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.
is working on a reply...