From 3a1364ed5cc20c25264aa48523a050a087fe3267 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 16 Apr 2009 21:05:34 +0000 Subject: [PATCH] removed example lines from SurrogateReader sources; added additional example file git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5816 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- examples/surrogate_generic.xml | 38 ++++++++++++++++++ source/de/anomic/xml/SurrogateReader.java | 47 ----------------------- 2 files changed, 38 insertions(+), 47 deletions(-) create mode 100644 examples/surrogate_generic.xml diff --git a/examples/surrogate_generic.xml b/examples/surrogate_generic.xml new file mode 100644 index 000000000..ea75f78da --- /dev/null +++ b/examples/surrogate_generic.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + http://de.wikipedia.org/wiki/Alan_Smithee + + + 2009-04-14T00:00:00Z + + + de + + + + + + + + + + \ No newline at end of file diff --git a/source/de/anomic/xml/SurrogateReader.java b/source/de/anomic/xml/SurrogateReader.java index 833feae05..63e42c359 100644 --- a/source/de/anomic/xml/SurrogateReader.java +++ b/source/de/anomic/xml/SurrogateReader.java @@ -186,50 +186,3 @@ public class SurrogateReader extends DefaultHandler implements Runnable, Iterato } } } - /* -Example surrogate - - - - - - - - http://de.wikipedia.org/wiki/Alan_Smithee - - de - 2009-03-02T11:12:36Z - - - - - -or - - - - - - 2009-03-02T11:12:36Z - - - http://de.wikipedia.org/wiki/Alan_Smithee - - - de - - - - - - - - - - - - - -docdatetime is in ISO 8601 - */ \ No newline at end of file