Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Node Parser too slow?

by grantm (Parson)
on Nov 06, 2002 at 07:29 UTC ( [id://210677]=note: print w/replies, xml ) Need Help??


in reply to Re: Node Parser too slow?
in thread Node Parser too slow?

My XSLT experience is fairly light so I'm keen to find out about real world applications. In the original poster's code he would encounter an element like this:

<child id="2">435</child>

At this point his code would then (recursively) parse down into the file called '435.xml'. I realise recursive processing is no problem for XSLT, but how would you load in another file and process it?

Replies are listed 'Best First'.
Re: Re: Re: Node Parser too slow?
by gjb (Vicar) on Nov 06, 2002 at 11:37 UTC

    Oops, I should have read the code more carefully. I thought it was just an XML file that was converted to HTML without recursion.

    Recursion complicates matters to the point that you have to do major hacking in order to get this to work with XSLT if it is possible at all.

    Thanks for pointing this out, -gjb-

Log In?
Username:
Password:

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

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

    No recent polls found