Skip to content

Commit

Permalink
Issue #88: not that arbitrary data structures can't be stored
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jun 2, 2022
1 parent e8b352d commit 411d365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Kernel/System/XML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ root element. Here is how an an XML element is represented in a hashref.
C<XMLHash2D> introduces extra keys 'TagKey'.
=head2 Storing XMLHash in the database
The to be stored data should conform to the structure described above.
Arbitrary data structures are not handled.
=head1 PUBLIC INTERFACE
=head2 new()
Expand Down
2 changes: 1 addition & 1 deletion scripts/test/XML.t
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ END_XML
'simple example'
);

# the method XMLHash2D() changes the passed in XMLHash as a side effect
# the method MLHash2D() changes the passed in XMLHash as a side effect
my %ValueHash = $XMLObject->XMLHash2D( XMLHash => \@XMLHash );

#diag Dumper( \@XMLHash, \%ValueHash );
Expand Down

0 comments on commit 411d365

Please sign in to comment.