mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
fixed a typo pointed out by Igor try to speed up node compare using line
* globals.c: fixed a typo pointed out by Igor * xpath.c: try to speed up node compare using line numbers if available. Daniel
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* globals.c: fixed a typo pointed out by Igor
|
||||||
|
* xpath.c: try to speed up node compare using line numbers
|
||||||
|
if available.
|
||||||
|
|
||||||
Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
|
Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* tree.c: make xmlFreeNode() handle attributes correctly.
|
* tree.c: make xmlFreeNode() handle attributes correctly.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
<link rel="SHORTCUT ICON" href="/favicon.ico">
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TD {font-family: Verdana,Arial,Helvetica}
|
TD {font-family: Verdana,Arial,Helvetica}
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
/*
|
/*
|
||||||
* Memory allocation routines
|
* Memory allocation routines
|
||||||
*/
|
*/
|
||||||
#if defined(DEBUG_MEMORY_LOCATION) | defined(DEBUG_MEMORY)
|
#if defined(DEBUG_MEMORY_LOCATION) || defined(DEBUG_MEMORY)
|
||||||
extern void xmlMemFree(void *ptr);
|
extern void xmlMemFree(void *ptr);
|
||||||
extern void * xmlMemMalloc(size_t size);
|
extern void * xmlMemMalloc(size_t size);
|
||||||
extern void * xmlMemRealloc(void *ptr,size_t size);
|
extern void * xmlMemRealloc(void *ptr,size_t size);
|
||||||
|
15
xpath.c
15
xpath.c
@ -1367,6 +1367,21 @@ xmlXPathCmpNodes(xmlNodePtr node1, xmlNodePtr node2) {
|
|||||||
if (node1 == node2->next)
|
if (node1 == node2->next)
|
||||||
return(-1);
|
return(-1);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Speedup using line numbers if availble.
|
||||||
|
*/
|
||||||
|
if ((node1->type == XML_ELEMENT_NODE) &&
|
||||||
|
(node2->type == XML_ELEMENT_NODE) &&
|
||||||
|
(0 != (int) node1->content) && (0 != (int) node2->content)) {
|
||||||
|
int l1, l2;
|
||||||
|
l1 = (int) node1->content;
|
||||||
|
l2 = (int) node2->content;
|
||||||
|
if (l1 < l2)
|
||||||
|
return(1);
|
||||||
|
if (l1 > l2)
|
||||||
|
return(-1);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* compute depth to root
|
* compute depth to root
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user