X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=xml-utils.lisp;fp=xml-utils.lisp;h=756d3393021635efedb68a22d9b3af9c76143551;hp=2b06f9c55386918ba9dc7c497ff293ffa372cb76;hb=aab275e8e82b4a4a4af4749d79ca49d2dd596c1c;hpb=acff917036c4563ebcb7f4b3d8ee73a908e2bc5c diff --git a/xml-utils.lisp b/xml-utils.lisp index 2b06f9c..756d339 100644 --- a/xml-utils.lisp +++ b/xml-utils.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: xml-utils.lisp,v 1.4 2002/10/10 16:23:48 kevin Exp $ +;;;; $Id: xml-utils.lisp,v 1.5 2002/11/25 07:45:36 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,10 +28,13 @@ ;;; XML Extraction Functions +#| +#+allegro (require :pxml) #+allegro (defun parse-xml-no-ws (str) "Return list structure of XML string with removing whitespace strings" (remove-tree-if #'string-ws? (parse-xml str))) +|# (defun positions-xml-tag-contents (tag xmlstr &optional (start-xmlstr 0) (end-xmlstr nil)) "Returns three values: the start and end positions of contents between