[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XML parser problems
- To: "SPTK discussion" <sptk@total-knowledge.com>
- Subject: Re: XML parser problems
- From: "Alexey Parshin" <alexeyp@gmail.com>
- Date: Tue, 13 Mar 2007 20:55:22 +1100
- Delivered-to: mailing list sptk@total-knowledge.com
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=KC3XqD0lixwTXAbi9DyH7Dy45pNjErnVjvuZdsFeHcX7Rp4Nk3TxzJq4lbUQC/PihEvTPHe6lGuqQcpFdxHZAq+7dgAK7U5CWgaMXSwLCwkQLLovcgvQXfZNf2gZ4X6cMrCbhnXRBY15ChqBOhtzHIy8wL4SAPxXDRM07X24npQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=KaT0zxudh8rJ7JR/ND3oWa9oFRV8KyZ4/ig0wLktvYn9IgIHdQHNodwbpX+BuiA4wHSKzmJl+vIUy98nuzKj7t5BvnQlgWjKBapsIwe+seorJUX9b+Ckaz9i2h2ZbaTikjxDUjU+JojfuJCX4+GWVBYhQ75SkAnXmhnobfQYYgQ=
- In-reply-to: <45F6633D.6080806@total-knowledge.com>
- Mailing-list: contact sptk-help@total-knowledge.com; run by ezmlm
- References: <45F6633D.6080806@total-knowledge.com>
Ok, I will take a look at parser.
2007/3/13, Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com>:
OK. I can confirm a problem reported recently by Sergey.
Comment field was causing trouble. I had to apply following
patch to my engine.xml in order to avoid an error:
diff --git a/engine.xml b/engine.xml
index 2283b45..8738bdd 100644
--- a/engine.xml
+++ b/engine.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!--<listener protocol="tcp" host="localhost" port="9004"/>-->
+<!-- <listener protocol="tcp" host="localhost" port="9004"/> -->
<!-- <num_threads value="1"/> -->
<listener protocol="unix" path="/tmp/cppserv.sock"/>
<app name="">
Basically, it seems like the parser is unhappy about tag
following comment opening sequence. Adding spaces works
around the issue.
--
Ilya A. Volynets-Evenbakh
Total Knowledge. CTO
http://www.total-knowledge.com
--
Alexey Parshin,
http://www.sptk.net
List hosted by Total Knowledge
Authoright © Total Knowledge: 2005