Skip to content

Commit ad8a42e

Browse files
committed
hide istext temporarily
1 parent 283ac3d commit ad8a42e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/EzXML.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export
5353
nodetype,
5454
iselement,
5555
isattribute,
56-
istext,
56+
# istext,
5757
iscdata,
5858
iscomment,
5959
hasdocument,
@@ -78,6 +78,12 @@ export
7878
depth,
7979
expandtree
8080

81+
82+
if !isdefined(Base, :istext)
83+
# deprecated but not removed yet on Julia 0.5
84+
export istext
85+
end
86+
8187
if is_windows()
8288
const libxml2 = Pkg.dir("WinRPM","deps","usr","$(Sys.ARCH)-w64-mingw32","sys-root","mingw","bin","libxml2-2")
8389
else

0 commit comments

Comments
 (0)