We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d415361 commit 7c862dbCopy full SHA for 7c862db
components/serializer.rst
@@ -903,7 +903,7 @@ The array keys beginning with ``@`` are considered XML attributes::
903
// <foo bar="value" />
904
// </response>
905
906
-If you want create a node with value and attribute use this::
+Use the special ``#`` key to define the data of a node::
907
908
array('foo' => array('@bar' => 'value', '#' => 'baz'));
909
0 commit comments