06-21-2007, 04:45 PM
Hello -
I started using Brainstorm Lite yesterday and am finding it fun and very useful!
One buglet I've run into is that the quote character " isn't escaped when exported to opml. This invalidates the xml which makes it difficult to pass data between programs.
Here's a small example
<?xml version="1.0" encoding="UTF-8" ?>
<opml version="1.0">
<head>
<title>BrainstormLite</title>
</head>
<body>
<outline text=""foo"" />
</body>
</opml>
Keep up the great work!
ah.
--
Andrew Hunt
Manager, Web Production Technology
Wolfram Research, Inc
I started using Brainstorm Lite yesterday and am finding it fun and very useful!
One buglet I've run into is that the quote character " isn't escaped when exported to opml. This invalidates the xml which makes it difficult to pass data between programs.
Here's a small example
<?xml version="1.0" encoding="UTF-8" ?>
<opml version="1.0">
<head>
<title>BrainstormLite</title>
</head>
<body>
<outline text=""foo"" />
</body>
</opml>
Keep up the great work!
ah.
--
Andrew Hunt
Manager, Web Production Technology
Wolfram Research, Inc