Questions tagged [chilkat-xml]

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows. The company's homepage is located at Chilkat Software.

7 questions
0
votes
1 answer

Convert CkXml created by Chilkat to string PHP

I am using chilkat_9_5_0 extension to create XML and I am facing an issue where in order to get the xml as string, I need to write it into a file then load the file as a string. $xml = new CkXml(); $xml->put_Tag('Invoice'); …
0
votes
1 answer

A question about "Chilkat , XAdES-C , EncapsulatedTimeStamp"

Below is my specific question.Thank you. Does chilkat support generate XAdES-C? What should I do if I want add EncapsulatedTimeStamp element into Signature? Language: C#
lgtnice
  • 1
  • 2
0
votes
1 answer

Create XML with Multiple Same-Tag Children

I will not describe my xml structure, I have prepared an example for reproduction. Expected result: b c1 c2 Code: Set xml = CreateObject("Chilkat_9_5_0.Xml") xml.Tag…
Panczo
  • 5
  • 2
0
votes
1 answer

Loading Xml from a file or a string encodes single quotes

Currently I have a problem with loading xml strings (also tested with loading files) in chilkat. The problem is loadings xml string which have single quotes in some attributes. Chilkat automatically HTML encodes them. For example when I load the…
0
votes
1 answer

Chilkat parsing XML - Looping problem

I'm using the Chilkat to parse the XML response from an external API. This works perfectly when XML is formed as…
0
votes
1 answer

Yapsy looks at entire file system for plugins

I've got an application that uses YAPSY for our plugin framework. The program specifies a default plugin directory and also lets the user specify a directory as well (which is saved in an XML file): # Get the default plugin directory, using XML …
adchilds
  • 963
  • 2
  • 9
  • 22
0
votes
0 answers

ChilkatXML ActiveX DLL registered but failing

I have an old legacy VB6 application that uses the free ChilkatXML ActiveX DLL extensively. I recently installed this application on a customer's PC – running 64 Bit Win7 (which it usually runs okay on) – and the XML document saving functions are…
Antagony
  • 1,750
  • 12
  • 17