pharo-contributions / XML-XMLParser

XML Parser for Pharo
MIT License
11 stars 17 forks source link

Remove deprecated XMLDoctypeDeclarationWriter>>#withInternalSubset: #19

Closed astares closed 1 year ago

astares commented 1 year ago

we kept teh deprecated XMLDoctypeDeclarationWriter>>#withInternalSubset: long enough for some iterations, we could/should remove it now

withInternalSubset: aStringOrCollectionOrBlock

    self deprecated: 'use #with: instead'.

    self with: aStringOrCollectionOrBlock
astares commented 1 year ago

Is an issue in XMLWriter (moved to https://github.com/pharo-contributions/XML-XMLWriter/issues/12)