Skip to content
Snippets Groups Projects
Commit 6a1b8704 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

no need to retain raw XML

parent 372350a0
Branches
Tags
No related merge requests found
...@@ -55,9 +55,6 @@ sub parse { ...@@ -55,9 +55,6 @@ sub parse {
next if ($args{entity_id} next if ($args{entity_id}
&& ($args{entity_id} ne $data->{entityid})); && ($args{entity_id} ne $data->{entityid}));
$data->{xml_md} =
IdPAccountManager::Tools::escape_xml($EntityDescriptor->toString());
foreach my $child ($EntityDescriptor->childNodes()) { foreach my $child ($EntityDescriptor->childNodes()) {
## Ignoringnodes of type XML::LibXML::Text or XML::LibXML::Comment ## Ignoringnodes of type XML::LibXML::Text or XML::LibXML::Comment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment