|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
What is CHybridField in MB? |
« View previous topic :: View next topic » |
Author |
Message
|
shalabh1976 |
Posted: Mon Oct 29, 2007 10:30 am Post subject: What is CHybridField in MB? |
|
|
 Partisan
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
|
Hi,
I was going through the following thread http://www.mqseries.net/phpBB2/viewtopic.php?t=40070&sid=c277c3f40ac418ff761b4e5bb36de80f
when I came across the term CHybridField. I have searched the online MB help for this but got no hits. Even a google/mqseries search returns nothing of value. Can anyone point me towards the relevant documentation for this?
Regards, _________________ Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate |
|
Back to top |
|
 |
kimbert |
Posted: Mon Oct 29, 2007 2:11 pm Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
I searched and immediately found this
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp
CHybridField is a 'field type' used by the XMLNSC parser when it parses this:
Code: |
<element><![CData[some <&>CDATA]]>some PCDATA</element> |
However, as the other thread indicates, the XMLNSC parser outputs XMLNSC. CHybridField in exactly the same way as XMLNSC.PCDataField. So the above example would be output as
Code: |
<element>some <&>CDATAsome PCDATA</element> |
I'm not making a firm commitment here, but this will probably be corrected in v6.1. Instead of using CHybridField, the parser will create two child nodes, one containing the CData section and other the remaining text. The output will then be identical to the input.
Hope that helps. |
|
Back to top |
|
 |
shalabh1976 |
Posted: Wed Oct 31, 2007 4:36 am Post subject: |
|
|
 Partisan
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
|
Kimbert,
I am not sure if I am doing this right:
I clicked on the link you specified and it takes me to the V6 Infocenter.
On the search field on the top left I typed CHybridField and hit enter. It gives me nothing found.
Are you getting something else? _________________ Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate |
|
Back to top |
|
 |
kimbert |
Posted: Wed Oct 31, 2007 4:42 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|