[Glass] XML and GemStone repository questions
BrunoBB
smalltalk at adinet.com.uy
Sat Oct 5 16:28:43 PDT 2013
Hi All,
I'm using GemStone (Jade client) to create a web app that it will interact
with an existing Java application.
In order to do this i have to process some XML posted by Java app.
Using http://ss3.gemstone.com/ss/xmlsupport package.
Is this correct web repository ?
Is this correct package to parse a XML string ?
Because there is mismatch between CharacterSet and CharacterCollection. I
think CharacterSet is from Squeak or Pharo.
Also XMLWriter class is missing.
Trying to parse:
|str xml |
str := '<?xml version="1.0" encoding="UTF-8"?>
<Page1>
<MATRICULA>0123456</MATRICULA>
<MATRICULA_2>987</MATRICULA_2>
<Razón_Social></Razón_Social>
</Page1>'.
xml := XMLDOMParser parse: str.
Regards,
Bruno
--
View this message in context: http://forum.world.st/XML-and-GemStone-repository-questions-tp4712744.html
Sent from the GLASS mailing list archive at Nabble.com.
More information about the Glass
mailing list