Re: [Htmlparser-user] Site Capturer
Brought to you by:
derrickoswald
From: Derrick O. <Der...@Ro...> - 2006-04-11 11:31:11
|
Jay, By the 'directory is handle as a text Node', do you mean the web server is replying to the URL with a directory listing as a plain text node in the HTML page?. Usually HTTP servers either don't reply with anything, or if configured more loosely will provide a hyper-linked listing of the directory so the user can navigate through the directories. As far as I know there isn't any existing code to handle a plain-text listing of a directory and extract the tree structure if that's what you're asking. Derrick HATTAT Jérémie wrote: > Hi everbody, > > I'm working with htmlparser for few days, > I want to miror an entire site, my start point was SiteCapturer example, > but i can't handle a site with an url like "http://localhost/mysite", > because a > directory is handle as a text Node. > > Is there a API implemented solution or should i developp the file > handler engine? > > Thanks in advance, > > Jay > |