I just noticed the new website layout. That was a good idea to put
some example code at the top of the screen, although the example code
that I was shown has a mistake:

USING: sequences xml.syntax xml.writer ;
{ "three" "blind" "mice" }
[ [XML <ul><-></ul> XML] ] map
[XML <ul><-></ul> XML]
pprint-xml

I know that this is an arbitrary XML fragment, but the list items
should be wrapped in <li> rather than <ul> in order to match HTML
conventions (and it makes more sense that way).
So line 3 should be: [ [XML <li><-></li> XML] ] map

-keith

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to