Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: xml to xml converter

by choroba (Cardinal)
on Nov 09, 2021 at 16:30 UTC ( [id://11138632]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $out := create "TestCode" ;
    set $out/TestCode/@version "10.0" ;
    ...
        into $out/TestCode/TestCategory ;
    
    save :f output.xml $out ;
    
  2. or download this
    open 1.xml ;
    delete ( //Test[not(starts-with(@name, "CheckType_"))]
    ...
           ) ;
    
    save :f 1.out ;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-23 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found