Hi, There was a commit in XMLWriter using `Smalltalk plateformName asLowercase beginsWith: 'win'` in the initialisation of the writer class. #plateformName does not exist in the Pharo image so it's impossible to load the development version of XMLWriter in Pharo at the moment.
Instead I think it should use `OSPlatform current isWindows`. Or even better: `OSPlatform current lineEnding`. Since I don't know if XMLWriter is a Pharo project or if it's loadable in other Smalltalk I prefer to send a mail instead of changing the code myself. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France
signature.asc
Description: OpenPGP digital signature
