diff --git a/contrib/xml.factor b/contrib/xml.factor index 94fb3c371e..ceefd67475 100644 --- a/contrib/xml.factor +++ b/contrib/xml.factor @@ -383,7 +383,8 @@ M: comment (xml>string) : text ( string -- ) chars>entities push-datum ; -: tag ( string hashtable quote -- ) +: tag ( string attr-quot contents-quot -- ) + >r swap >r make-hash r> swap r> -rot dupd process slip process ; inline