#| -*-Scheme-*-
-$Id: xml-output.scm,v 1.45 2008/07/26 05:45:36 cph Exp $
+$Id: xml-output.scm,v 1.46 2008/08/24 06:27:20 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(set-coding xml port)
(write-xml-1 xml port options))))
-(define (xml->string xml . options)
+(define (xml->octets xml . options)
(call-with-output-octets
(lambda (port)
(set-coding xml port)
#| -*-Scheme-*-
-$Id: xml.pkg,v 1.102 2008/01/30 20:02:43 cph Exp $
+$Id: xml.pkg,v 1.103 2008/08/24 06:27:16 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(files "xml-output")
(parent (runtime xml))
(export ()
+ (xml->string xml->octets)
write-xml
write-xml-file
- xml->string
+ xml->octets
xml->wide-string))
(define-package (runtime xml html)