I like Object-base. But I have to parse big files and use Sequential Record-based. Therefore I am using both. And I need to clone node from Sequential to Object-base. But they are incompatible.
Last edit: Anonymous 2015-05-21
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Question in title )
It's not a big problem to do it. A simple copy-paste-replace should do the job. (The only issue may be performance, but maybe not).
The main question is: why?
Last edit: Ondrej Pokorny 2015-05-20
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I like Object-base. But I have to parse big files and use Sequential Record-based. Therefore I am using both. And I need to clone node from Sequential to Object-base. But they are incompatible.
Last edit: Anonymous 2015-05-21
OXmlCSeq.pas added in SVN trunk r80 - https://sourceforge.net/p/oxml/code/80/
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Works. Thanks )