fallbacks/lxp.lua
changeset 5776 bd0ff8ae98a8
parent 3899 eff0c5fe9119
--- a/fallbacks/lxp.lua	Fri Aug 09 16:03:48 2013 +0200
+++ b/fallbacks/lxp.lua	Fri Aug 09 17:48:21 2013 +0200
@@ -61,7 +61,7 @@
 		while #data == 0 do data = coroutine.yield(); end
 		return data:sub(1,1);
 	end
-	
+
 	local ns = { xml = "http://www.w3.org/XML/1998/namespace" };
 	ns.__index = ns;
 	local function apply_ns(name, dodefault)
@@ -100,7 +100,7 @@
 		ns = getmetatable(ns);
 		return tag;
 	end
-	
+
 	while true do
 		if peek() == "<" then
 			local elem = read_until(">"):sub(2,-2);