HTTrack Website Copier
Free software offline browser - FORUM
Subject: XML and XSL files
Author: PGoes
Date: 09/30/2007 19:56
 
Hi,

I'm trying to grab <http://www.cin.ufpe.br/~micrecife/SiteProNet/index.html>,
and it seems it has a lot of XML and XSL files in it. WinHTTracker grabs some
but not all the XML and XSL files. Sorry I can't be more specific, but I
couldn't figure ou a pattern out of this. I've tried fiddling with the
incusion and limit rules (though I'm sure this files are within the current
site structure) but couldn't fix it.

This is an excerpt of the file that's not being parsed (It'n not grabbing the
../atividades/testes/*.xml files)

<?xml version="1.0"?>
<!DOCTYPE fase [

	<!-- Testes -->
	<!ENTITY elaborarPlanoTestes SYSTEM
"../atividades/testes/elaborarPlanoTestes.xml">
	<!ENTITY elaborarProjetoTestes SYSTEM
"../atividades/testes/elaborarProjetoTestes.xml">
	<!ENTITY implementarTestes SYSTEM
"../atividades/testes/implementarTestes.xml">
	<!ENTITY executarTestes SYSTEM "../atividades/testes/executarTestes.xml">
	<!ENTITY testarPiloto SYSTEM "../atividades/testes/testarPiloto.xml">


]>
<!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Suzana Mesquita
(Qualiti) -->
<?xml-stylesheet type="text/xsl" href="../../xslt/artefatos.xslt"?>
<fases xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance id="fases">
	<nome></nome>
	<descricao/>
	<atividades>

	<!-- Testes -->
	&elaborarPlanoTestes;
	&elaborarProjetoTestes;
	&implementarTestes;
	&executarTestes;
	&testarPiloto;

	</atividades>
</fases>

Any clues on why this could be happening?
 
Reply


All articles

Subject Author Date
XML and XSL files

09/30/2007 19:56
Re: XML and XSL files

10/02/2007 06:28
Re: XML and XSL files

10/03/2007 05:02




6

Created with FORUM 2.0.11