| 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? | |