├── Godeps ├── Godeps.json ├── Readme └── _workspace │ ├── .gitignore │ └── src │ ├── golang.org │ └── x │ │ ├── net │ │ └── html │ │ │ ├── atom │ │ │ ├── atom.go │ │ │ ├── atom_test.go │ │ │ ├── gen.go │ │ │ ├── table.go │ │ │ └── table_test.go │ │ │ ├── charset │ │ │ ├── charset.go │ │ │ ├── charset_test.go │ │ │ ├── gen.go │ │ │ ├── table.go │ │ │ └── testdata │ │ │ │ ├── HTTP-charset.html │ │ │ │ ├── HTTP-vs-UTF-8-BOM.html │ │ │ │ ├── HTTP-vs-meta-charset.html │ │ │ │ ├── HTTP-vs-meta-content.html │ │ │ │ ├── No-encoding-declaration.html │ │ │ │ ├── README │ │ │ │ ├── UTF-16BE-BOM.html │ │ │ │ ├── UTF-16LE-BOM.html │ │ │ │ ├── UTF-8-BOM-vs-meta-charset.html │ │ │ │ ├── UTF-8-BOM-vs-meta-content.html │ │ │ │ ├── meta-charset-attribute.html │ │ │ │ └── meta-content-attribute.html │ │ │ ├── const.go │ │ │ ├── doc.go │ │ │ ├── doctype.go │ │ │ ├── entity.go │ │ │ ├── entity_test.go │ │ │ ├── escape.go │ │ │ ├── escape_test.go │ │ │ ├── example_test.go │ │ │ ├── foreign.go │ │ │ ├── node.go │ │ │ ├── node_test.go │ │ │ ├── parse.go │ │ │ ├── parse_test.go │ │ │ ├── render.go │ │ │ ├── render_test.go │ │ │ ├── testdata │ │ │ ├── go1.html │ │ │ └── webkit │ │ │ │ ├── README │ │ │ │ ├── adoption01.dat │ │ │ │ ├── adoption02.dat │ │ │ │ ├── comments01.dat │ │ │ │ ├── doctype01.dat │ │ │ │ ├── entities01.dat │ │ │ │ ├── entities02.dat │ │ │ │ ├── html5test-com.dat │ │ │ │ ├── inbody01.dat │ │ │ │ ├── isindex.dat │ │ │ │ ├── pending-spec-changes-plain-text-unsafe.dat │ │ │ │ ├── pending-spec-changes.dat │ │ │ │ ├── plain-text-unsafe.dat │ │ │ │ ├── scriptdata01.dat │ │ │ │ ├── scripted │ │ │ │ ├── adoption01.dat │ │ │ │ └── webkit01.dat │ │ │ │ ├── tables01.dat │ │ │ │ ├── tests1.dat │ │ │ │ ├── tests10.dat │ │ │ │ ├── tests11.dat │ │ │ │ ├── tests12.dat │ │ │ │ ├── tests14.dat │ │ │ │ ├── tests15.dat │ │ │ │ ├── tests16.dat │ │ │ │ ├── tests17.dat │ │ │ │ ├── tests18.dat │ │ │ │ ├── tests19.dat │ │ │ │ ├── tests2.dat │ │ │ │ ├── tests20.dat │ │ │ │ ├── tests21.dat │ │ │ │ ├── tests22.dat │ │ │ │ ├── tests23.dat │ │ │ │ ├── tests24.dat │ │ │ │ ├── tests25.dat │ │ │ │ ├── tests26.dat │ │ │ │ ├── tests3.dat │ │ │ │ ├── tests4.dat │ │ │ │ ├── tests5.dat │ │ │ │ ├── tests6.dat │ │ │ │ ├── tests7.dat │ │ │ │ ├── tests8.dat │ │ │ │ ├── tests9.dat │ │ │ │ ├── tests_innerHTML_1.dat │ │ │ │ ├── tricky01.dat │ │ │ │ ├── webkit01.dat │ │ │ │ └── webkit02.dat │ │ │ ├── token.go │ │ │ └── token_test.go │ │ └── text │ │ ├── encoding │ │ ├── charmap │ │ │ ├── charmap.go │ │ │ ├── maketables.go │ │ │ └── tables.go │ │ ├── encoding.go │ │ ├── encoding_test.go │ │ ├── example_test.go │ │ ├── internal │ │ │ ├── identifier │ │ │ │ ├── gen.go │ │ │ │ ├── identifier.go │ │ │ │ └── mib.go │ │ │ └── internal.go │ │ ├── japanese │ │ │ ├── all.go │ │ │ ├── eucjp.go │ │ │ ├── iso2022jp.go │ │ │ ├── maketables.go │ │ │ ├── shiftjis.go │ │ │ └── tables.go │ │ ├── korean │ │ │ ├── euckr.go │ │ │ ├── maketables.go │ │ │ └── tables.go │ │ ├── simplifiedchinese │ │ │ ├── all.go │ │ │ ├── gbk.go │ │ │ ├── hzgb2312.go │ │ │ ├── maketables.go │ │ │ └── tables.go │ │ ├── testdata │ │ │ ├── candide-gb18030.txt │ │ │ ├── candide-utf-16le.txt │ │ │ ├── candide-utf-8.txt │ │ │ ├── candide-windows-1252.txt │ │ │ ├── rashomon-euc-jp.txt │ │ │ ├── rashomon-iso-2022-jp.txt │ │ │ ├── rashomon-shift-jis.txt │ │ │ ├── rashomon-utf-8.txt │ │ │ ├── sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt │ │ │ ├── sunzi-bingfa-gb-levels-1-and-2-utf-8.txt │ │ │ ├── sunzi-bingfa-simplified-gbk.txt │ │ │ ├── sunzi-bingfa-simplified-utf-8.txt │ │ │ ├── sunzi-bingfa-traditional-big5.txt │ │ │ ├── sunzi-bingfa-traditional-utf-8.txt │ │ │ ├── unsu-joh-eun-nal-euc-kr.txt │ │ │ └── unsu-joh-eun-nal-utf-8.txt │ │ ├── traditionalchinese │ │ │ ├── big5.go │ │ │ ├── maketables.go │ │ │ └── tables.go │ │ └── unicode │ │ │ ├── override.go │ │ │ └── unicode.go │ │ └── transform │ │ ├── examples_test.go │ │ ├── transform.go │ │ └── transform_test.go │ └── launchpad.net │ └── xmlpath │ ├── LICENSE │ ├── all_test.go │ ├── doc.go │ ├── parser.go │ └── path.go ├── LICENSE ├── README.md ├── testdata └── example1.xml └── xpup.go /Godeps/Godeps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/Godeps.json -------------------------------------------------------------------------------- /Godeps/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/Readme -------------------------------------------------------------------------------- /Godeps/_workspace/.gitignore: -------------------------------------------------------------------------------- 1 | /pkg 2 | /bin 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/atom/atom_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/atom/atom_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/atom/table.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/atom/table.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/atom/table_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/atom/table_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/table.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/table.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-charset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-charset.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-UTF-8-BOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-UTF-8-BOM.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-charset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-charset.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-content.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-content.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/No-encoding-declaration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/No-encoding-declaration.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/README -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-16BE-BOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-16BE-BOM.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-16LE-BOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-16LE-BOM.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-8-BOM-vs-meta-charset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-8-BOM-vs-meta-charset.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-8-BOM-vs-meta-content.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-8-BOM-vs-meta-content.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/meta-charset-attribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/meta-charset-attribute.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/meta-content-attribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/meta-content-attribute.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/const.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/doc.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/doctype.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/doctype.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/entity.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/entity.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/entity_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/entity_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/escape.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/escape.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/escape_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/escape_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/example_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/foreign.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/foreign.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/node.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/node.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/node_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/node_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/parse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/parse.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/parse_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/parse_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/render.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/render.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/render_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/render_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/go1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/go1.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/README -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/adoption01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/adoption01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/adoption02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/adoption02.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/comments01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/comments01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/doctype01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/doctype01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/entities01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/entities01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/entities02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/entities02.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/html5test-com.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/html5test-com.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/inbody01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/inbody01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/isindex.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/isindex.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/plain-text-unsafe.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/plain-text-unsafe.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scriptdata01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scriptdata01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scripted/adoption01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scripted/adoption01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scripted/webkit01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scripted/webkit01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tables01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tables01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests1.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests10.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests11.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests12.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests14.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests15.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests16.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests16.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests17.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests18.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests19.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests19.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests2.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests20.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests20.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests21.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests22.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests23.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests23.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests24.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests24.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests25.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests25.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests26.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests3.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests4.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests5.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests6.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests7.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests8.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests9.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests9.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests_innerHTML_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests_innerHTML_1.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tricky01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tricky01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/webkit01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/webkit01.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/webkit02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/webkit02.dat -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/token.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/net/html/token_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/net/html/token_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/charmap/charmap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/charmap/charmap.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/charmap/maketables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/charmap/maketables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/charmap/tables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/charmap/tables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/encoding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/encoding.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/encoding_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/encoding_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/example_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/gen.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/gen.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/mib.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/mib.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/internal/internal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/internal/internal.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/japanese/all.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/japanese/all.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/japanese/eucjp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/japanese/eucjp.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/japanese/iso2022jp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/japanese/iso2022jp.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/japanese/maketables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/japanese/maketables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/japanese/shiftjis.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/japanese/shiftjis.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/japanese/tables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/japanese/tables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/korean/euckr.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/korean/euckr.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/korean/maketables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/korean/maketables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/korean/tables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/korean/tables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/all.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/all.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/gbk.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/gbk.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/maketables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/maketables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/tables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/tables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-gb18030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-gb18030.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-utf-16le.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-utf-16le.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-utf-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-utf-8.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-windows-1252.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-windows-1252.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-euc-jp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-euc-jp.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-iso-2022-jp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-iso-2022-jp.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-shift-jis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-shift-jis.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-utf-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-utf-8.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-utf-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-utf-8.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-gbk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-gbk.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-utf-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-utf-8.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-big5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-big5.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-utf-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-utf-8.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-euc-kr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-euc-kr.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-utf-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-utf-8.txt -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/big5.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/big5.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/maketables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/maketables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/tables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/tables.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/unicode/override.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/unicode/override.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/encoding/unicode/unicode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/encoding/unicode/unicode.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/transform/examples_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/transform/examples_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/transform/transform.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/transform/transform.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/golang.org/x/text/transform/transform_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/golang.org/x/text/transform/transform_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/launchpad.net/xmlpath/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/launchpad.net/xmlpath/LICENSE -------------------------------------------------------------------------------- /Godeps/_workspace/src/launchpad.net/xmlpath/all_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/launchpad.net/xmlpath/all_test.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/launchpad.net/xmlpath/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/launchpad.net/xmlpath/doc.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/launchpad.net/xmlpath/parser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/launchpad.net/xmlpath/parser.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/launchpad.net/xmlpath/path.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/Godeps/_workspace/src/launchpad.net/xmlpath/path.go -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/README.md -------------------------------------------------------------------------------- /testdata/example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/testdata/example1.xml -------------------------------------------------------------------------------- /xpup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericchiang/xpup/HEAD/xpup.go --------------------------------------------------------------------------------