Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^4: XML access the repeating node values

by haukex (Archbishop)
on Jun 27, 2018 at 11:00 UTC ( [id://1217500]=note: print w/replies, xml ) Need Help??


in reply to Re^3: XML access the repeating node values
in thread XML access the REPEATING NODE VALUES

Logic that attempts to do this "by hand" becomes extremely specific to the XML data structure that was originally parsed when it was originally written, and can be extremely difficult to accurately update when the XML definition changes.

This sentence could just as well apply to XSLT. Properly written Perl code will be easy to adapt to changes in the XML.

Fully-leveraging XML technologies via these standard binaries eliminates great code complexity

I've written XSLT, and I found its syntax somewhat cumbersome.

Plus, Perl is much more powerful (regexes, the ability to access other data sources like databases, JSON, and so on). Sorry, I currently don't see the strength of your argument for XSLT. But perhaps you could write an XSLT solution that demonstrates its advantages.

  • Comment on Re^4: XML access the repeating node values

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1217500]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found