using make-hash for attributes
parent
1aaf20a4bf
commit
66944ac98b
|
@ -383,7 +383,8 @@ M: comment (xml>string)
|
||||||
: text ( string -- )
|
: text ( string -- )
|
||||||
chars>entities push-datum ;
|
chars>entities push-datum ;
|
||||||
|
|
||||||
: tag ( string hashtable quote -- )
|
: tag ( string attr-quot contents-quot -- )
|
||||||
|
>r swap >r make-hash r> swap r>
|
||||||
-rot dupd <opener> process
|
-rot dupd <opener> process
|
||||||
slip
|
slip
|
||||||
<closer> process ; inline
|
<closer> process ; inline
|
||||||
|
|
Loading…
Reference in New Issue