Re: [xsl] HTML to XML

Subject: Re: [xsl] HTML to XML
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 27 May 2009 23:23:34 +0100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd

unless your xml parser is set up with some kind of catalogue or caching
entity resolver, this could be fetching the entire xhtml dtd for every
file that you parse. That most likely accounts for the slow response
times.


<https://sera-mtl.cgi.com/exchweb/bin/,DanaInfo=.awfdpenrGm6msm0utPv5ATx
25.3H+redir.asp?URL=http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd>
">

is this an artifact added by some mail program? If it is really there in
your input it means your input is not well formed.



David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread