<br style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">= Error parsing xml =<br><br><br>Hello highly valued wpkg-users,<br><br>we use the actual release 1.3.0. of wpkg-gp on a Server 2003 R2. After tweaking the profile.xml we allways get the following syntaxerror<br>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Error parsing xml - Not well formed<br></blockquote><br>The WPKG Client is not involved, cause we sync via cmd.<br>
<br><br>This is how it happened:<br><br><br>We started an elevated cmd with admin rights and started sync with a script following syntax:<br><br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
                cscript \\servername\WPKG\wpkg.js /debug /synchronize |more<br></blockquote><br><br>The profiles.xml contains:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<?xml version="1.0" encoding="UTF-8"?><br><br><profiles:profiles xmlns:profiles="<a href="http://www.wpkg.org/profiles">http://www.wpkg.org/profiles</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"<br>
xsi:schemaLocation="<a href="http://www.wpkg.org/profiles">http://www.wpkg.org/profiles</a> ../xsd/profiles.xsd"><br><br><profiles><br><br>   <profile id="umgebung"><br>     <variable name="SOFTWARE" value="\\199.99.199.199\WPKG\Software"/><br>
     <variable name="WPKGROOT" value="\\199.99.199.199\WPKG"/>                        <br>   </profile><br>   <br>   <profile id="default"><br>     <depends profile-id="umgebung" /><br>
      <package package-id="firefox"/><br>      <package package-id="dia"/>  <br>   </profile><br><br></profiles><br></blockquote><br><br>We took the variable section above of this code from: <a href="http://lists.wpkg.org/pipermail/wpkg-users/2012-February/008643.html">Link</a> ; Background: We had a problem with variables (%SOFTWARE%) and the sync ran only with hard code.<br>
<br><br>Sync-process ran.<br><br><br>Error appeared:<br><br><blockquote>Error parsing xml '//nmdata/wpkg/profiles.xml': Das Stylesheet enthält kein Dokumentelement. Das Stylesheet ist möglicherweise leer, oder es ist kein wohlgeformtes XML-Dokument."<br>
Error appeared: "No root element found in '//<a href="http://199.99.199.199/wpkg/profiles.xml">199.99.199.199/wpkg/profiles.xml</a><br></blockquote><br><br>Q: -> Why is it not well formed? No Syntax Error in PSPAD Editor... All Braclets in the xml above are closed A.F.A.I.K..<br>
<br><br>What we did so far to solve the problem with the XML Error:<br><br>Even after replacing the profiles.xml to the default profiles.xml (the preconfigured one in the installer binaries ) the ERROR STILL REMAINS!!!<br>
<br>Do I have to make a (clean) reinstall? What causes the Problem?<br><br><br>Did anyone had a problem like this? Who can help or contribute an idea? I would be very grateful.<br><br>Best regards, Waldemar<br>