<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to parse XML using Pro/Toolkit underlying XercesC library in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152451#M3264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fred,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have had to do the exact same thing in the past. What I did was ask PTC technical support what version of XercesC was used for my particular version of Pro/TOOLKIT. Then I downloaded that specific version of XercesC and included the headers...and I think I even included the libs. Then my Pro/TOOLKIT program would compile successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick Williams | Engineering Systems | c: 616.947.2110&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[cid:image001.jpg@01CDD6AB.182E1F80]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From: Frédéric PRADIER [&lt;/SPAN&gt;&lt;A href="mailto:fpradier@komeet.fr]" style="&amp;gt;mailto:fpradier@komeet.fr]&amp;lt;/a&amp;gt;&amp;lt;/body&amp;gt;"&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2012 13:50:59 GMT</pubDate>
    <dc:creator>pwilliams-3</dc:creator>
    <dc:date>2012-12-10T13:50:59Z</dc:date>
    <item>
      <title>How to parse XML using Pro/Toolkit underlying XercesC library</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152450#M3263</link>
      <description>Hi all,I've to parse an XML file within Pro/Toolkit application (C/C++ based of course)Xercesc libraries are included in toolkit distribution but unfortunatly headers are notI've also tried to use windows "native" MSXML but I can't include &amp;lt;msxml.h&amp;gt;</description>
      <pubDate>Sun, 13 Dec 2020 17:09:57 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152450#M3263</guid>
      <dc:creator>fpradier-3</dc:creator>
      <dc:date>2020-12-13T17:09:57Z</dc:date>
    </item>
    <item>
      <title>How to parse XML using Pro/Toolkit underlying XercesC library</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152451#M3264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fred,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have had to do the exact same thing in the past. What I did was ask PTC technical support what version of XercesC was used for my particular version of Pro/TOOLKIT. Then I downloaded that specific version of XercesC and included the headers...and I think I even included the libs. Then my Pro/TOOLKIT program would compile successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick Williams | Engineering Systems | c: 616.947.2110&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[cid:image001.jpg@01CDD6AB.182E1F80]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From: Frédéric PRADIER [&lt;/SPAN&gt;&lt;A href="mailto:fpradier@komeet.fr]" style="&amp;gt;mailto:fpradier@komeet.fr]&amp;lt;/a&amp;gt;&amp;lt;/body&amp;gt;"&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 13:50:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152451#M3264</guid>
      <dc:creator>pwilliams-3</dc:creator>
      <dc:date>2012-12-10T13:50:59Z</dc:date>
    </item>
    <item>
      <title>RE: How to parse XML using Pro/Toolkit underlying XercesC library</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152452#M3265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our Pro/TOOLKIT projects we use the XML functionalities of the platform independent POCO C++ Libraries (&lt;A href="http://pocoproject.org/"&gt;http://pocoproject.org/&lt;/A&gt;).&lt;BR /&gt;&lt;BR /&gt;In Reply to Frédéric PRADIER:&lt;/P&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;BR /&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I've to parse an XML file within Pro/Toolkit application (C/C++ based of course)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Xercesc libraries are included in toolkit distribution but unfortunatly headers are not&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I've also tried to use windows "native" MSXML but I can't include &amp;lt;msxml.h&amp;gt; without error from my Visual C++ project configured to build Creo auxiliary apps&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Any help/suggestion will be appreciated&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 13:53:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152452#M3265</guid>
      <dc:creator>DomenicLaritz</dc:creator>
      <dc:date>2012-12-10T13:53:13Z</dc:date>
    </item>
    <item>
      <title>RE: How to parse XML using Pro/Toolkit underlying XercesC library</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152453#M3266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patrick,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I will do the same ; currently it's Xerces 2.8.0 for Creo 2.0&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 13:54:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152453#M3266</guid>
      <dc:creator>fpradier-3</dc:creator>
      <dc:date>2012-12-10T13:54:58Z</dc:date>
    </item>
    <item>
      <title>How to parse XML using Pro/Toolkit underlying XercesC library</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152454#M3267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let us know how it goes. The last time I did this was for Wildfire 3.0 (I forget the compatible version of XercesC).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick Williams | Engineering Systems | c: 616.947.2110&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[cid:image001.jpg@01CDD6AB.CDB204C0]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From: Frédéric PRADIER [&lt;/SPAN&gt;&lt;A href="mailto:fpradier@komeet.fr]" style="&amp;gt;mailto:fpradier@komeet.fr]&amp;lt;/a&amp;gt;&amp;lt;/body&amp;gt;"&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 13:56:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152454#M3267</guid>
      <dc:creator>pwilliams-3</dc:creator>
      <dc:date>2012-12-10T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse XML using Pro/Toolkit underlying XercesC library</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152455#M3268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a cool day, this post goes back to front &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to tell you that I finally link with &lt;SPAN style="color: #3d3d3d; font-family: ff-din-web, Arial, sans-serif; font-size: 15px;"&gt;Xerces 2.8.0 for Creo 2.0 for this development and it works fine&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: ff-din-web, Arial, sans-serif; font-size: 15px;"&gt;For another customization, you use to LibXML2 from xmlsoft.org and it also works fine&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have other experience, please send feeback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 06:38:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152455#M3268</guid>
      <dc:creator>FrédéricPradier</dc:creator>
      <dc:date>2015-10-23T06:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse XML using Pro/Toolkit underlying XercesC library</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152456#M3269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just finishing up my first Pro/Toolkit project using XML data files. I had no idea that Creo Parametric used Xerces C++ internally. I checked the DLL's in Creo 3.0 M050 and found xercesc280mt.dll, which implies that Creo 3.0 also uses Xerces 2.8.0. I'm glad that Frédéric got Xerces to work for him.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my project, I downloaded of Xerces C++, 3.1.2, which was released in March 2015. It linked it with my Pro/Toolkit application and supported SAX2 parsing, DOM parsing, schema validation and XInclude. This project has had 10 test deployments so far, so I don't expect to find any compatibility issues between Xerces C++ 3.1.2 and either Creo 2.0 or Creo 3.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supporting XML data in your application is a lot of work, especially the first time you do it. If you're going to invest that time, it's a good idea to get the latest version your project can support. The Apache Software Foundation, which produces Xerces, states at the bottom of the &lt;A href="http://xerces.apache.org/xerces-c/"&gt;Xerces C++ Homepage&lt;/A&gt; that versions 2.8.0 and earlier are no longer supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;|+|&amp;nbsp; M a r k&amp;nbsp; |+|&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 12:49:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/How-to-parse-XML-using-Pro-Toolkit-underlying-XercesC-library/m-p/152456#M3269</guid>
      <dc:creator>MarkStallard</dc:creator>
      <dc:date>2015-10-23T12:49:09Z</dc:date>
    </item>
  </channel>
</rss>

