peachpie icon indicating copy to clipboard operation
peachpie copied to clipboard

xmlwriter notsupported methods or arguments

Open jakubmisek opened this issue 5 years ago • 0 comments

case 1 is

$xmlwriter->startElementNS("s", "root", null);
  • .NET XmlWriter does not allow to write prefix without "ns" before ns is specified

case 2 is

$wmlwriter->setIndent(true);
  • .NET XmlWriter does not allow changing settings after the XmlWriter is created

Originally posted by @mindfocus in https://github.com/peachpiecompiler/peachpie/issues/755#issuecomment-635067670

jakubmisek avatar May 28 '20 11:05 jakubmisek