What is the length of maximum text inside an xml node?

2.7k Views Asked by At

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 ?

1

There are 1 best solutions below

0
On BEST ANSWER

There is no limit enforced by the specification.

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