Merhaba.
bir xml dosyasını siteme entegre edeceğim.
bunun için xsl şablonunu oluşturup o şekilde entegre etmem gerekiyor fakat.
siteme her entegre etmeye çalıştığımda aşağıdaki hatayı alıyorum.

Xml Import Hata 101|admin|Site Yöneticisi System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitesp ace() at System.Xml.XmlTextReaderImpl.ParseDocumentContent( ) at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XPath.XPathDocument.LoadFromReader(XmlR eader reader, XmlSpace space) at System.Xml.XPath.XPathDocument..ctor(String uri, XmlSpace space) at System.Xml.XPath.XPathDocument..ctor(String uri) at cxmlimport.?()

entegre etmek istediğim xml:
<?xml version="1.0" encoding="ISO-8859-9" ?>

oluşturduğum xsl şablonun ilk satırları:
<?xml version="1.0" encoding="ISO-8859-9" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" xmlns:xalan="http://xml.apache.org/xslt" xalan:indent-amount="4" encoding="UTF-8" />

bu xsl şablonunun ilk satırlarında bir değişiklik yapmak gerekiyor anladığım kadarı ile ama bir türlü çözemedim. :(
Yardımcı olabilirseniz sevinirim.