diff options
-rw-r--r-- | goencxml.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/goencxml.go b/goencxml.go index cedbb9c..b4fb7cf 100644 --- a/goencxml.go +++ b/goencxml.go @@ -8,7 +8,7 @@ import ( ) type article struct { - Title string `xml:"article>front>article-meta>title-group>article-title"` + Title string `xml:"front>article-meta>title-group>article-title"` } func process(r *bufio.Reader) { |