0

I'm generating XML file using PHP, In my Generated XML File there is a <text-content></text-content> node with large amount of text. So My question is, Does XML have any limitation in number characters inside a single node ? If So, What is the length of maximum text inside an xml node ?

SG_
  • 1,316
  • 14
  • 26

1 Answers1

1

There is no limit enforced by the specification.

The usual issues of memory and other system resources apply though.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335