On 27/02/2008, Klaus Teller <[EMAIL PROTECTED]> wrote:
> Thanks for the feedback Sebb. What I'm parsing is not HTML but XML. This of 
> course causes Tidy to fails in turns.

Tidy does work with XML - the XPath Assertion uses Tidy.

What error are you getting?

>  Any other idea?
>
>  thanks,
>  Klaus.
>
>  -------- Original-Nachricht --------
>  > Datum: Wed, 27 Feb 2008 14:12:07 +0000
>  > Von: sebb <[EMAIL PROTECTED]>
>  > An: "JMeter Users List" <jmeter-user@jakarta.apache.org>
>  > Betreff: Re: How to turn OFF the SAX Parser validator
>
>
>  > On 27/02/2008, Klaus Teller <[EMAIL PROTECTED]> wrote:
>  > > Hi Folks,
>  > >
>  > >  I'm wondering if there is any way to turn off the SAX parser validator.
>  > >
>  > >  I'm experiencing the following exception when executing my JMeter
>  > scripts:
>  > >
>  > >
>  > >  jmeter.util.XPathUtil: Type=Val=false Tol=false
>  > org.xml.sax.SAXParseException: Premature end of file.
>  > >
>  > >  jmeter.extractor.XPathExtractor: error on
>  > XPathExtractor.xpathQuery(//@next)Premature end of file.
>  > >
>  > >  Researching the cause of this problem, I found following possible
>  > explanation on the web.
>  > >
>  > >  =====
>  > >  This error is because SAX parser is unable to validate the schema while
>  > parsing the XML document. When the parser parses the XML file, it will
>  > attempt to download the schema to local server, if unavailable in the local
>  > server. When the download of schema to the local server is incomplete 
> (broken
>  > schema) and if the parser try to validate the XML document against the
>  > incomplete schema, SAX parser will throw the error -
>  > org.xml.sax.SAXParseException: Premature end of file.
>  > >
>  > >  Incomplete schema present in the server could be because of bad
>  > network, wherein the the download of schema is not downloaded completely.
>  > >  ====
>  > >
>  > >  This may make sense to me because, that exception often appears when
>  > having a high number of requests being sent and received.
>  > >
>  > >  Thanks for any comment.
>  >
>  > Select the "Use Tidy" checkbox.
>  >
>  > >  --Klaus.
>  > >
>  > > --
>  > >  Psssst! Schon vom neuen GMX MultiMessenger gehört?
>  > >  Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
>  > >
>  > >  ---------------------------------------------------------------------
>  > >  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > >  For additional commands, e-mail: [EMAIL PROTECTED]
>  > >
>  > >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> --
>  Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games!
>  http://games.entertainment.web.de/de/entertainment/games/free
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to