Hi,
I need to parse an XML file taking a reference to its xsd file. The xsd file contains some optional attribute with a default value being provided. I have to parse the xml file in such a way so that if an optional attribute is not present in the xml, I should be able to fetch the default value for that the attribute that are not present in the XML(from xsd). The issue is that I couldn't find any appropriate parser in perl for this Job.I could find a parser that is able to validate the file but couldn't get the default value of attributes that are not present the XML. Can you please suggest me any parser/module that can help me in getting the required data.
Thanks