Created
May 16, 2017 04:57
-
-
Save gchiu/fdfaf0fcc1045f58cbbdfe6f628ab3ed to your computer and use it in GitHub Desktop.
altxml error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rebol [] | |
| import <xml> | |
| content: {<div class='partial'>google$ probe to string! read http://www.rebol.com <br> ^{<!doctype html> <br> <html><head> <br> <meta name="generator" content="REBOL WIP Wiki"/> <br> <meta name="date" content="3-Aug-2016/5:30:21"/> <br> <meta name="rebol-version" content="2.100.97.4.2"/> <br> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <br> <meta http-equiv="Pragma" content="no-cache" /> <br> <meta http-equiv="Expires" content="-1" /> <br> <meta http-equiv="Cache-Control" content="no-cache" /> <br> <meta name="Description" content="REBOL: a lightweight computer language with advanced semantics. Site includes products, downloads, documentation, and<span>…</span></div>} | |
| decode-xml content | |
| comment { | |
| >> do %decodexml.reb | |
| Script: Untitled Version: Date: | |
| ** Script Error: ns/:char has no value | |
| ** Where: any subparse subparse subparse subparse parse either decode-xml do catch either either --anonymous-- do | |
| ** Near: ... ns/:char ?? 63 | |
| ** File: ../src/core/c-eval.c | |
| ** Line: 1637 | |
| ⓘ Note: use WHY for more error information | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment