XML parser for PowerBuilderThis is a multi-part message in MIME format.
------=_NextPart_000_0005_01BEA685.F1783240
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Has anyone created one or seen one for sale?
I'd hate to have to reinvent the wheel...
Chad Bradley
------=_NextPart_000_0005_01BEA685.F1783240
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=3Dtext/html;charset=3Di...
XML Parser for PowerBuilderHello:
Anyone know where one can get a good xml parser for PB8.
Looking Forward to hearing from you.
Roberto;
XML SDK 4.0 from Microsoft. Available free at MSDN.
regards .. Chris
<Roberto_Ballinas> wrote in message
news:AEDB9D2B18E9A4D9002C6C0D85256C41.002C6C1E85256C41@webforums...
> Hello:
>
> Anyone know where one can get a good xml parser for PB8.
>
> Looking Forward to hearing from you.
...
Anyone have a XML Parser for PowerBuilder?I am looking for an XML parser for PB. Any example code would be helpfull.
I am using the MSXML.dll control ('Microsoft.XMLDOM'). I have code that can
create the object and load the xml file. I also need to use the
'Microsoft.XMLHTTP' portion of the msxml.dll. If you have used these I
would love some direction. I have read the older postings from July and
they got me started.
Thanks in advance - Rudy
Rudy,
As far as I know, nobody has "wrapped" an XML parser in PB... Microsoft's
MSXML is easy to use as an OLEObject, but you have to keep flipp...
XML Parser for Powerbuilder #2Hi!
Is there an XML parser for PB 8 available somewhere?
Jan Erik
People have been using the MS COM object. Use groups.google.com and
the Advanced search capabilities to search just this newsgroup for old
messages on the topic. XML features have been announced for PB 8.5,
although specifics haven't been announced, and I believe the time
frame for 8.5 is 2002Q1 (I'm not quite sure if they announced 2002Q1
or 2001Q4 at TechWave).
Good luck,
Terry [TeamSybase] and Sequel the techno-kitten
On Mon, 10 Sep 2001 11:23:01 +0200, "Jan Erik Hermansen"
<jeh...
XML Parser for PowerBuilder? NTDoes such a thing exist?
>Does such a thing exist?
MS provides a free parser that you can use from PB. I've been playing with it just a bit - I'll
post my sample code at the end of this message. It's quite rudimentary but getting started is the
hardest part, and it accomplishes that. For further info on the ms xml parser, see
http://msdn.microsoft.com/xml/c-frame.htm#/xml/articles/beginner.asp
and
http://msdn.microsoft.com/xml/c-frame.htm?948086161140#/xml/xmlguide/default.asp
for starters.
oleobject lole_dom
lole_dom = create oleobject
lon...
PowerBuilder with SAX- XML Parser any idea?Hi guys,
I am using MSXML-parser to parse XML document with DOM technology. It is
consuming a lot of memory, since document volume is high. Can I use SAX
technology instead of DOM with PB..?. Through VB it is possible, but
through PB can we use it directly or indirectly?
I don't think so - not natively, anyway. I looked into this briefly a while
ago.
The SAX APIs need pointers to callback routines that fire when specific
"events" occur in the processing of the incoming XML string. Since PB can't
deal with that kind of argument, we went with MSXML and their imp...
Can anyone provide an XML parser in PowerBuilder?Hi, all.
Can anyone can provide me an XML parser that I can use in PowerBuilder?
Native PB code is best, ActiveX or dll with source code also accepted.
Regards.
Feng
Feng,
Get the MSXML parser from Micro$oft. http://msdn.microsoft.com/xml
It registers as an ActiveX control, and you use it in PowerBuilder as an
OLEObject.
Paul Horan [TeamSybase]
Buffalo, NY
"Feng Zhu" <fzhu@sumerp.com> wrote in message
news:KN3RC8pOAHA.202@forums.sybase.com...
> Hi, all.
>
> Can anyone can provide me an XML parser that I can use in PowerBuilder?
&...
XML and PowerBuilderIs anyone aware of an XML parser/utility which can be used with
PowerBuilder? (DLL or something similar?)
Regards
Thomas Kellerer
==========================================================
Who is user GENERAL FAILURE and why is he reading my disk?
...
PowerBuilder with XMLHi:
I suggest that PowerBuilder support XML.If PowerBuilder have XML function
or component,it will be much better than Delphi!
Barkely
I agree. With the database world increasingly dominated by XML, I find that
searching the (beta) help files for PB8 there is not a single mention of
XML, like this has passed by the folk at Sybase. What we need, at the
very least, is a datawindow to output XML and accepts XML as input. I guess
we will have to wait for PB9 now
"Barkely" <barkelyhwang@mpinfo.com.tw> wrote in message
news:...
XML in PowerbuilderIs there functionality in Powerbuilder 7 or 8 for XML? Where could I find
out more about it?
There is no built-in XML support in PB7 or 8. PB9 will feature an XML parse
and XML export/import support in the datawindow/datastore.
In the meantime, you are limited to string concatenation and using the
Microsoft MSXML parser via OLE automation.
--
<hopethishelps/>
Roy Kiesler [TeamSybase]
Sybase Developer Network -- http://sdn.sybase.com
<Jonna> wrote in message
news:64B2A31B812014050068302685256BF2.0068303885256BF2@webforums...
> Is there functionality in Powerb...
Use PowerBuilder DLL in PowerBuilderWe use PB6.5.
We would want to use a DLL create from PB in a PB application.
We compiled an a PBL as DLL.
After we tried to use DLL in a user object external, but without success.
How can we do to use DLL create from PB or use in a new PB application some
object (visual and no) before compiled with PB?
Any help will be appreciated.
Saul.Convalle@mail.cec.it
Thanks
When you create a DLL from a PB library it is not really a standard Windows
DLL. I'm not sure what the difference is. If you are making calls from PB
then just use the standard PB calling syntax the ...
Powerbuilder 5 to Powerbuilder 10Hi all
We have migrated our application from powerbuilder 5 to powerbuilder 10.
after migration to version 10, alignment in most of reports disturbed.
please advice me some solution.
On Fri, 29 Feb 2008 12:45:01 +0100, Adnan Jamil <adnanjamil@nji.com.pk>
wrote:
> Hi all
>
> We have migrated our application from powerbuilder 5 to powerbuilder 10.
> after migration to version 10, alignment in most of reports disturbed.
> please advice me some solution.
Adnan,
Is this a SQL Anywhere question?
If not, you have posted to the wrong forum.
If yes,...
Migrating PowerBuilder 8 to Powerbuilder 11Hi,
I am migrating a PFC based Powerbuilder 8 App. to PowerBuilder 11, I
am getting errors like illegal data type.
for a NVO n_cst_platformwin32 i am getting a syntax error, its not
allowing me to open that object.
Requesting your help
thanks & regards
Vimal Sanghvi
If you're object (or any related object) failed to migrate
successfully, you won't be able to edit it in a regular painter;
you'll have to Edit Source to modify it.
If you're migrating, a glance through my Migration Guide (see below)
may help. The methodology there would allow you to identify...
Upgrade to PowerBuilder 9 or PowerBuilder 10?Hi,
Our company is going to upgrade PowerBuilder. Currently we are using version
7, and we are going to upgrade either to version 9 or 10.
Does anyone have any recommendations if we should go for version 9 or 10?
What is the current release of version 10, and is it stable or is there a
lot of bugs?
Best regards,
Ronald Ommundsen
e-mail: ronald.ommundsen@gard.no
Ron;
If you have any hope of running the applications in the future on XP, W2003
or soon to be W2006 (LongHorn) you will have to jump over to UniCode - ie
PB10. So personally, I would recommend starting with P...