On Mardi, ao�t 27, 2002, at 04:42 , Aleksander Slominski wrote:
> however that may not work if parser is validating and for example there
> are explicit rules for children of <a> (like <a> must have two <b> 
> children).

Well that was the point of my probably too quick sub-paragraph...
If you provide to the validating parser only the content of <b id="b1"> 
I think it is OK.
It would be OK with a DTD parser.
Would it with a schema parser ??

Paul



>> <a>    <b><c>blop</c></b>     <b id="b1"><c>blip</c></b>      </a>
>>
>> To reparse only the content of b of id "b1" I can then feed to the
>> parser:
>>                         <a><b id="b1"><c>blip</c></b></a>

> 
>http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/lib/xerces2_patched/

Looks good, I'll have a look.


---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to