We have a C# project which for historical reasons uses both Doxygen and Visual Studio style comments in the same code.
Has anyone tried to systematically translate one standard to another, preferably to the common XML subset?
I guess it would not be too difficult to write a script to cover the most common features,
but I would not like to reinvent the wheel.
Hello All,
I would like to ask what should be faster: reading excel file from .Net or reading xml file which contains the same data. The same is for writing.
Thank you very much in advance.
mayap.
It's possible to implement INotifyCollectionChanged or other interface like IObservable to enable to bind filtered data from xml file on this file changed ? I see examples with properties or collection, but what with files changes ?
I was wondering if there is something similar to GCC_XML for C#3; basically a way to represent a program's entire syntactic structure in XML.
Once the representation is created, I was hoping to parse it into an XDocument and interpret or query it from there.
Are there tools out there for this?
I'm looking to retrieve an XML document from a private API, then parse it into a table view.
I've looked through a few articles but I can't find anything that has helped me fully.
Does anyone have any articles, tutorials, examples, etc that can help me out?
Thanks in advance!
Hello All,
I'm generating a excel report in a XML Excel format. In this report I have to repeat the top 25 rows and bottom 10 rows on each page, like a header and a footer. Can you please guide me on the code that is required to accomplish this task. I'm using ColdFusion. Thank you.
Ravi
We are designing an internal system that will have a .NET PC base station and many Android mobiles, communicating over WiFi. Can't decide between SOAP or XML-RPC protocol. Primary concerns are maturity, compatibility, and the minimizing of coding/integration, in that order. Which is best?
Ben
NSString *myxml=@"<students>
<student><name>Raju</name><age>25</age><address>abcd</address>
</student></students>";
in iPhone programming how to parse this XML by each node. ....
I am trying to access an XML file from JSP on my Tomcat server. The error is from Catalina's protocol handler and the exception is java.io.FileNotFoundException trying to access my .keystore in the 'documents and settings' folder for my signed-on user (with admin, but not the user that installed the server).
I can provide the stacktrace if that would help ... but my question is more fundamental about secure access to files and where is the keystore configured / used on a Window's install?
I have xml structure like this:
<Group id="2" name="Third" parentid="0" />
<Group id="6" name="Five" parentid="4" />
<Group id="3" name="Four" parentid="2" />
<Group id="4" name="Six" parentid="1" />
parent is denotes Group's Id.
The Constructor of Group reads like:
public Group(string name, int ID, Group parent)
While De-serializing, how do I get parent using Id and pass into group?
I have an xml file in the following format:
<food>
<desert>
cake
<desert>
</food>
<history>
currently in my belly
</history>
I want to create two list, food and text populated with cake and history in string format. Is there an easy way to do it in python?
Hi,
i have a following problem.
I'd like ti test my JSF Application with JSFUnit.But JSFUnit supports inly junit3 (all our unit tests run with JUnit4).
Is it possible to include in pom.xml two junit dependencies (junit4 and junit3) with e.g. different scopes?
Please help and thanx in advance
I have a 300 KB xml file with 70 elements in it.
I need to be efficient upon removing one of the root's elements.
What is the best approach?
Should I detach the element in memory, save it and overwrite it by moving it?
Is there a better option?
I like org.jdom but any improvement is welcome
Hello,
I want to generate an XML file according to the xsd given at runtime. I have dataset which would be used to fill up the values. Can anyone tell me a simple solution?
Also, my xsd file is very big and has complex types in it. and I dont want to try any third party tools.
Its urgent. Please help.
hello can you prvide an example how to parse xml file in adobe alchemy.
im trying to work on expat, however i got no luck on passing of bytearrays to
and from the c code.
do i need to pass the byte array of file to the alchemy, or is it enough to pass the filename.
thanks.
cbs
In C#, Whenever i need to get file path more dyanmically, i do something like this
string filePath = System.IO.Path.GetFullPath(@"..\..\TestData\TestFile.xls");
Is there anyway, i can mention same file path in xml file.
<ConfigValue name ="filePath" value="<filepath like above>"/>
<Placemark id="p1"></Placemark>
<Placemark id="p2"></Placemark>
<Placemark id="p3"></Placemark>
<Placemark id="p4"></Placemark>
hi,im using SimpleXMLElement in my php,
my question is,how do i get placemark id 3?
is that something like this ?
$xml->Response->Placemark['id=3']->AddressDetails->Country->CountryName;
thanks
Hi guys, I am trying to devise a set of 15 to 25 questions to ask some of the people applying at our company.
Can you guys throw in some good questions about Ruby, XML, Ajax, or Perl?
Thanks
I have a xml web service which I would like to track using Google Analytics. Since it uses a small client side javascript to do the tracking, this is a problem. Is it possible to workaround this without running a javascript client server side?
hi all,
I want to generate/write and then parse (write & read) the bpel process (xml). Is there any way api to this, something like wsdl4j... ?
thx
adnan