From 4be8391245e2e6d1b3945639341cf1adcb5a5994 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sun, 25 Jul 2010 23:04:13 +0900 Subject: [PATCH] =?utf8?q?roast=5Fxml:=20text=E3=81=AE=E7=B5=82=E7=AB=AF?= =?utf8?q?=E5=88=A4=E5=AE=9A=E3=81=8C=E4=B8=8A=E6=89=8B=E3=81=8F=E8=A1=8C?= =?utf8?q?=E3=81=A3=E3=81=A6=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=82=93?= =?utf8?q?=E3=81=A7=E7=9B=B4=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/xml/roast_xml/structure.hpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/roast/include/roast/xml/roast_xml/structure.hpp b/roast/include/roast/xml/roast_xml/structure.hpp index a2bafd71..d57e6c36 100644 --- a/roast/include/roast/xml/roast_xml/structure.hpp +++ b/roast/include/roast/xml/roast_xml/structure.hpp @@ -106,14 +106,23 @@ namespace roast repeat< seq< + // end when tag start. + test< not< + seq< + lesser, // < + not // not ! + > + > >, + // text body push_num<20>, get_string_end_by, push_num<11>, // comments - repeat, + repeat + /* // end when tag start. test< not< seq< @@ -121,6 +130,7 @@ namespace roast not // not ! > > > + */ > > > text; -- 2.11.0