[tex-live] tl09 release status: coming up

Vladimir Volovich vvv at vsu.ru
Sun Oct 11 13:02:18 CEST 2009


"PT" == Philip TAYLOR writes:

 PT> However, I notice that after correcting the line endings in
 PT> Perl.exe.manifest and re-formatting into canonical layout, the
 PT> final </assembly> still appears missing.  Here is the re-formatted
 PT> file (attached).

[...]
 PT> <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
 PT> manifestVersion="1.0">
  
 PT> 	<assemblyIdentity version="1.0.0.0" processorArchitecture="*"
 PT> name="perl.exe" type="win32"/>
 PT> 	</assembly>

your indentation is wrong - assemblyIdentity is a closed element -
notice that it has the form <assemblyIdentity .../>
and </assembly> opening <assembly ...>

xmllint confirms that perl.exe.manifest is a valid xml file.

Best,
v.


More information about the tex-live mailing list