EDN Admin
Well-known member
In a XML node, is there any limitation on the size of content? How much data (in Kilo Bytes or Mega Bytes) we can put inside a single node?
For example:
<div style="color:Black;background-color:White; <pre>
<span style="color:Blue; string str=<span style="color:#A31515; "1111111111111111111111111111";
XElement elem = <span style="color:Blue; new XElement(<span style="color:#A31515; "Root", <span style="color:Blue; new XElement(<span style="color:#A31515; "BigData", str));
[/code]
So my question is how big string "str" we can put inside the node "BigData"? <hr class="sig ViBi
View the full article
For example:
<div style="color:Black;background-color:White; <pre>
<span style="color:Blue; string str=<span style="color:#A31515; "1111111111111111111111111111";
XElement elem = <span style="color:Blue; new XElement(<span style="color:#A31515; "Root", <span style="color:Blue; new XElement(<span style="color:#A31515; "BigData", str));
[/code]
So my question is how big string "str" we can put inside the node "BigData"? <hr class="sig ViBi
View the full article