Lee Begg pisze: > I used to validate the xml documents, I wonder when all these errors snuck > in...
There's always git history... ;) I found another one (attached) and I'm puzzled why this wasn't caught by DTD validation... I also have some questions about the structure of this file. - What's the purpose of [XPath follows] //structure/*/subtype (empty) element? - What's the purpose (and meaning) of /protocol/parameterset elements? - And what's the purpose of //structure/useparameters and //structure/descparameter elements? Thanks :) -KS ---------------------------------------------------------------------- Kobiety klamia o wiele skuteczniej niz mezczyzni. Sprawdz, jak sie na nich poznac >>>http://link.interia.pl/f1b16
From 37a73bdb836e3ea1ac624913d31fca86c45220d6 Mon Sep 17 00:00:00 2001 From: Krzysztof Sobolewski <[EMAIL PROTECTED]> Date: Sat, 25 Aug 2007 20:10:43 +0200 Subject: [PATCH] Fix declaration of Message.turn property --- protocol/protocol3.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/protocol/protocol3.xml b/protocol/protocol3.xml index 73820b3..e078ad5 100644 --- a/protocol/protocol3.xml +++ b/protocol/protocol3.xml @@ -1121,7 +1121,8 @@ <description>a Formatted String</description> </string> <integer type="unsigned" size="32"> - <name>Turn the message was generated on</name> + <name>turn</name> + <longname>Turn the message was generated on</longname> </integer> <list> <name>references</name> -- 1.5.2.4
From 39f0457817167720209725669bf5fbf2e1335c27 Mon Sep 17 00:00:00 2001 From: Krzysztof Sobolewski <[EMAIL PROTECTED]> Date: Sat, 25 Aug 2007 20:11:35 +0200 Subject: [PATCH] Fix Message.turn property in protocol.xml too --- protocol/protocol.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/protocol/protocol.xml b/protocol/protocol.xml index 27eae2a..902d8de 100644 --- a/protocol/protocol.xml +++ b/protocol/protocol.xml @@ -1681,7 +1681,8 @@ <description>Body of the message</description> </string> <integer type="unsigned" size="32"> - <name>Turn the message was generated on</name> + <name>turn</name> + <longname>Turn the message was generated on</longname> </integer> <list> <name>references</name> -- 1.5.2.4
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
