1
vote
Format XML Data using Delphi - Properly Indent TXMLDocument XML Tags Without doNodeAutoIndent
About Delphi Programming
– in TXmlDocument :: When using the TXMLDocument to create XML documents you might receive a nasty EOleException: This operation can not be performed with a Node of type PCDATA. If you want the resulting XML to look "pretty" - so that each element node appears on its own line, indented appropriately to reflect its nesting in the node hierarchy, you might be adding the doNodeAutoIndent flag in the Options property of the TXMLDocument instance. Read the full article to learn how to Fix the "This operation can not be performed with a Node of type PCDATA" when using doNodeAutoIndent Related: How ...
Statistics
|
Visits by Source |
User Actions |




