--- Begin Message ---
Thanks a lot guys for your help.
Cheers
Abdelghani
> On 12 Aug 2018, at 10:50 am, Peter Uhnák wrote:
>
> BaselineOf/ConfigurationOf is the only place that contains this information,
> e.g.
>
> (BaselineOfCalypso project version packages collect: #name) asSet
>
> Peter
>
Hi,
I am trying to output a pretty printed document, but it seems that the
configuration is being ignored
doc := '
' parseXML.
String << [ :stream |
doc
printOn: stream
beforeWritingDo: [ :writer |
writer
enablePrettyPrinting;
enablePlatformSpecificLineBreak.
writer formatter indentStri
Hi Peter
It seems that #preservesIgnorableWhitespace: is only adhered to "...When
validation is enabled and a DTD with element declarations is present..." (See
comment in SAX2ContentHandler>>ignorableWhitespace:) The actual parsing code is
in SAXParserDriver>>handleWhitespace:
What you could d
P.S. I see that the Metacello script installs a lot in one go.
I might be easier to identify the problem if the installation can be
done in steps, i.e. several load scripts in sequence.
On 8/15/18, H. Hirzel wrote:
> Hello Jesús Marí and others
>
> Thank you for the updated Metacello script. Thi
Also useful would be a catalog entry.
On 8/15/18, H. Hirzel wrote:
> P.S. I see that the Metacello script installs a lot in one go.
>
> I might be easier to identify the problem if the installation can be
> done in steps, i.e. several load scripts in sequence.
>
> On 8/15/18, H. Hirzel wrote:
>>