in reply to Re^5: XML::Simple--dealing with a variable element
in thread XML::Simple--dealing with a variable element
Here's a snippet of one of the <attributes> stanzas:
<attributes>
<attribute category="" parser="CSVParser" />
<attribute category="APS" internalCategory="aps" />
<attribute category="ASC" internalCategory="asc" />
<attribute category="ASMT" internalCategory="asmt" />
<attribute category="LE" internalCategory="l&e" />
<attribute category="NCO" internalCategory="nco" />
<attribute category="NEED TITLE" internalCategory="need title" />
<attribute category="New Need ID" internalCategory="need id" />
<attribute category="SUMMARY OF DELIVERABLES" parser="TextParser" extract="true" segmentation="hard" />
</attributes>