[plt-scheme] XML Parsing & Writing Library

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Dec 11 12:11:20 EST 2008

>From "Reading and Writing XML" [1]

(write-xml/content content) takes xml content and writes it.

(write-xml/content (xexpr->xml `(html (body (p "Hey!")))))

writes:

<html><body><p>Hey!</p></body></html>

Jay


1. http://docs.plt-scheme.org/xml/index.html#(part._.Reading_and_.Writing_.X.M.L)

On Wed, Dec 10, 2008 at 1:48 PM, Sophana_Son at student.uml.edu
<Sophana_Son at student.uml.edu> wrote:
> I'm trying to create an XML file using the XML Parsing & Writing
> Library.  I created a list of <pcdata> from the xexpr->xml procedure
> and unsure what the next steps are.  Can anyone help me?
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://jay.teammccarthy.org

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.