<div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>Saved your document as an XML file and opened it in Chromium:</div><div></div><div style="margin-left:40px"><i>This page contains the following errors:<br>error on line 34 at column 18: error parsing attribute name<br>Below is a rendering of the page up to the first error.</i></div></div><div><br></div><div>line 34 was:       <remove 'msiexec /x %guid% /qn /norestart' /></div><div></div><div>looks like 'cmd=' is missing</div><div><br></div><div>Fixed that and got</div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre;word-spacing:0px;background-color:rgb(255,221,221);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none">Opening and ending tag mismatch: install line </span></div><div><br></div><div>line 20 was:          <install cmd='msiexec /i "%root%\Drivers\Printers\ricoh\RePackage\%msi-name%" /norestart /qn' ></div><div></div><div>also lacked a '/" before the closing '>'</div><div><br></div><div>fixed that, then it looked OK in Chromium<br></div><div><br></div><div>Sincerely</div><div><br></div><div>Bernhard<br></div><div><br></div><div><br></div><div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Do., 6. Jan. 2022 um 01:43 Uhr schrieb John N. <<a href="mailto:jnyhuis@uw.edu">jnyhuis@uw.edu</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm trying to debug a WPKG package.  The package xml passes my parser check, but when run, WPKG reports an error:<br>
<br>
"Error parsing xml 'snip': The stylesheet does not contain a document element.  The stylesheet may be empty, or it may not be a well-formed XML document."<br>
One of our web coders suggests it may be a problem with the upstream schema located at "<a href="http://www.wpkg.org/packages" rel="noreferrer" target="_blank">http://www.wpkg.org/packages</a> /xsd/packages.xsd" ?<br>
<br>
I'd appreciate any pointers if anyone can point out what I am missing...<br>
<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<br>
<packages:packages<br>
         xmlns:packages="<a href="http://www.wpkg.org/packages" rel="noreferrer" target="_blank">http://www.wpkg.org/packages</a>" xmlns:wpkg="<a href="http://www.wpkg.org/wpkg" rel="noreferrer" target="_blank">http://www.wpkg.org/wpkg</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" rel="noreferrer" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br>
         xsi:schemaLocation="<a href="http://www.wpkg.org/packages" rel="noreferrer" target="_blank">http://www.wpkg.org/packages</a> /xsd/packages.xsd" ><br>
<!-- RICOH printers --><br>
<!--Unlike other packages, the RICOH primters need to be repackaged into an installer before they can be provisioned. --><br>
<!--This is a substantial process, and can be found here: <a href="https://wiki.biostat.washington.edu/index.php/Ricoh_Printer_WPKG_Install" rel="noreferrer" target="_blank">https://wiki.biostat.washington.edu/index.php/Ricoh_Printer_WPKG_Install</a> --><br>
<!--Once the installers have been built, this file can be updated to pull the new drivers. --><br>
<!--msi-name is the name of the installer file for this printer --><br>
<!--Use ORCA to get the guid of the installer.  It is found under "Property" and "ProductCode".  This value will change with every installer build, so don't forget to update it or the package will fail to uninstall and upgrade.--><br>
<!--Remember to up the revision by +1 when updating--><br>
<br>
     <package<br>
     id="hrc3s-bw"<br>
     name="HRC 3rd floor Printer South: Black and White"<br>
     revision="5"<br>
     execute="once"<br>
     priority="5"<br>
     date="Jan 5 2022"><br>
<br>
         <variable name="printer" value="hrc3s-bw" /><br>
         <variable name="msi-name" value="hrc3s-bw-TCP_IP-RICOH_PS_UniversalDriver_V4.32-64Bit-for64bitOS-1.0.0.msi" /><br>
         <variable name="guid" value="{75DEA569-99A4-4A5A-9815-0786F1F67D1C}" /><br>
<br>
         <install cmd='msiexec /i "%root%\Drivers\Printers\ricoh\RePackage\%msi-name%" /norestart /qn' ><br>
         <install cmd='waitfor nothing /t 10' ><br>
         <exit code="0" /><br>
         </install><br>
<br>
         <upgrade include="remove" /><br>
         <upgrade include="install" /><br>
<br>
         <remove 'msiexec /x %guid% /qn /norestart' /><br>
     </package><br>
<br>
</packages:packages><br>
<br>
<br>
<br>
-- <br>
Thanks in advance,<br>
<br>
John H. Nyhuis<br>
<a href="mailto:jnyhuis@uw.edu" target="_blank">jnyhuis@uw.edu</a><br>
Mon-Tue: (206)-685-8334<br>
Box 359461, UWT 15th floor, 106<br>
Wed-Thur: (206)-616-2725<br>
Box 351617, HRC 3rd floor, 303<br>
---------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" rel="noreferrer" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org" target="_blank">wpkg-users@lists.wpkg.org</a><br>
<a href="https://lists.wpkg.org/mailman/listinfo/wpkg-users" rel="noreferrer" target="_blank">https://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div></div>