1,599 Topics

Member Avatar for
Member Avatar for AlecTaylor

Good morning, I've been trying with various libraries (everything from pugixml to RapidXML) but have been unable to parse a simple XML file. [b]I want to grab all the inner text of each page->text into separate std::string's.[/b], so 1 page per std::string. My RapidXML attempt: [url]https://ideone.com/XWylb[/url] My pugiXML attempt: [url]https://ideone.com/RzN6X[/url] …

Member Avatar for AlecTaylor
0
165
Member Avatar for siva28

Can you please tell us, free gold and silver rate service provider for RSS . And also give whether casting service provider RSS feed.. need java script above mentioned or XML file.

-1
82
Member Avatar for technopup

Hello, I need to return the areas connected with the town placeid attribute of an XML document. The town placeid is a variable equal to a current page variable $x. e.g. xpath("/country/city/town[@placeid=$x]"); How can I return the areas for each using simpleXML/XPATH? <country> <city> <town placeid="" /> <areas> <area>A</area> <area>B</area> …

Member Avatar for technopup
0
124
Member Avatar for Pravinrasal
Member Avatar for JeffGrigg
0
163
Member Avatar for techyworld

Hii can you explain me what's the difference between xml,xsl,xslt,xpath???

0
71
Member Avatar for nisharajan

Hello, I just studied about description logic.but from uml class diagram i dont know how to write the description logic rules.Any one knows give me the detailed process in step by step manner that is like how to use the generalisation,inheritance,association,aggregation,attribute property of uml can be used such a way …

0
97
Member Avatar for sudheer2250

[CODE]<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?mso-application progid="Word.Document"?> <w:wordDocument xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"><w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/><o:DocumentProperties><o:Title>OPERATIONAL CONTROL AND FLIGHT DISPATCH (DSP)</o:Title><o:Author>Bekhit Shoukry</o:Author><o:LastAuthor>Sudheer Kokirala</o:LastAuthor><o:Revision>2</o:Revision><o:TotalTime>0</o:TotalTime><o:Created>2011-10-29T04:58:00Z</o:Created><o:LastSaved>2011-10-29T04:58:00Z</o:LastSaved><o:Pages>4</o:Pages><o:Words>1101</o:Words><o:Characters>6279</o:Characters><o:Company>IATA</o:Company><o:Lines>52</o:Lines><o:Paragraphs>14</o:Paragraphs><o:CharactersWithSpaces>7366</o:CharactersWithSpaces><o:Version>14</o:Version></o:DocumentProperties><w:fonts><w:defaultFonts w:ascii="Calibri" w:fareast="Calibri" w:h-ansi="Calibri" w:cs="Times New Roman"/><w:font w:name="Times New Roman"><w:panose-1 w:val="02020603050405020304"/><w:charset w:val="00"/><w:family w:val="Roman"/><w:pitch w:val="variable"/><w:sig w:usb-0="E0002AFF" w:usb-1="C0007841" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="000001FF" w:csb-1="00000000"/></w:font><w:font …

0
95
Member Avatar for raviaaaa

Hi All Iam new to xmlc. can any one tell me which cmd is used for converting from html to DOM file using xmlc OR pls tell how to plugin in eclipse and which version of xmlc i need to downlaod and link too OR pls explain me the ant …

0
59
Member Avatar for sbutt

Hi folks, i need some help generating some simple xslt script for the following problem: TRH room code TT room code ABCD PABCD aBCD AABCD AbCD BABCD abCD CABCD ABcD DABCD aBcD EABCD AbcD FABCD abcD GABCD ABCd HABCD aBCd IABCD AbCd JABCD abCd KABCD ABcd LABCD aBcd MABCD Abcd …

0
52
Member Avatar for techyworld

Write the XSLT that does the reverse of the XSLT(below), i.e. it converts the attributes in Personsout.xml into elements. (<xsl:copy> should be used for this as well ) Can someone help me how to do this.am still a beginner. Personsout.xml [CODE] <?xml version=”1.0” encoding=”UTF-8”?> <Persons> <Person FirstName=”Jill” LastName=”Harper”/> <Person FirstName=”Claire” …

Member Avatar for mrame
0
105
Member Avatar for IanArcher

Here is my website [url]http://projecttower.site50.net/questions/[/url] I have a collapsible panel there that whenever it's clicked it shows a form where you add a question, answer and ID. the first form is for a file on my server called [URL="http://projecttower.site50.net/questions/questions.htm"]questions.htm[/URL] the index.htm file is a live search results page that reads …

Member Avatar for Stefano Mtangoo
0
299
Member Avatar for raviaaaa

Hi Ia m new to xmlc please tell me how to convert from .html file to dom file using xmlc ex: login.html to loginDOM.java pls tell me the steps to complie

0
47
Member Avatar for shanwise101

Hi all, I've got my xml displaying correctly using php and the xsl template below, but I only want to display properties with a type of either apartment or unit, and have more than 2 bedrooms. I can't for the life of me work this out. I've tried using <xsl:choose>, …

Member Avatar for mrame
0
207
Member Avatar for technopup

Hello, I have a PHP file that lists a Post Code variable ($thisPostcode). Using simpleXML I need to compare the value of the Post Code variable to the Post Code attribute in an xml document, if there is a match I need it to echo the statement below if not …

0
99
Member Avatar for primacag

Any help appreciated in advance.... I have been trying to get a javascript to use ajax to call a php script to read from an mysql database and write out an xml dom document so that I can add markers to a google map. I think I have all the …

0
84
Member Avatar for baltazar

Hi all, I'm having trouble coming up with the correct XSLT code and was wondering if anyone could point me in the right direction. This is what I need to do... I've got an xml tree with pages like so: [CODE] <page> <title>A<title> <subtitle>I</subtitle> <item>1</item> </page> <page> <title>D<title> <subtitle>V</subtitle> <item>7</item> …

Member Avatar for mrame
0
180
Member Avatar for sudheer2250

Hi, I am using XSLT to generate XML nodes like this... <Note body="All – Applicable manuals include concise job descriptions and definitive lines of authority." type=" Note"> </Note> But i have to create the 'Self-Closing' like this.. <Note body="All – Applicable manuals include concise job descriptions and definitive lines of …

Member Avatar for tgreer
0
183
Member Avatar for kytro360

Hello, I have a file I saved as an XML file and want different parts of the file to display in two text boxes. What is happening is the whole content of the file displays in a textbox as: [CODE] <?xml version="1.0" encoding="utf-16"?> <text> h hkj </text>[/CODE] ...in both text …

Member Avatar for ChrisHunter
0
527
Member Avatar for <LDJ>

Hey guys, new to the forum, but am in need of some help. I am quite new to Python, but want to be able to program a simple script that basically does three things: -1. Finds a string of text in an .xml file (the length of the string, and …

Member Avatar for JoshuaBurleson
0
517
Member Avatar for raviaaaa

Hi Iam new to xml i have a issue: issue: ---- xml perser or xmlc converts .loginHTML files to loginDom.java files then iam accessing automatically generated logindom.java(in the package com.dom) into some other java file it is showing compilation error saying that logondom.java com.dom package doesn't exist bocz of this …

0
58
Member Avatar for AlexWilson

Hi, I am a publisher. Looking for global advertisers. Mostly interested in European, Canadian and US ones. Currently most of my revenue getting from using cpcs from ezanga, plexious and miva.. Any other good ones price-wise and coverage-wise? I'd appreciate your help and advise. Thanks!

Member Avatar for JamesShepard
0
177
Member Avatar for nehap8

I am new to xslt so please excuse my naive question. I have an xml file with DTD, when I try to convert this xml file to html using xslt, I get errors. When i remove the DTD and repeat the process i get no errors. Please advice me on …

0
46
Member Avatar for jashbela

Hi,This place has solved lot of my problems , so here I come one more time. I have looked at this for long , can't fix this. I am copying my schema my xml and errors if you can help . Please and Thanks. <xs:element name="listings"> <xs:complexType> <xs:sequence> <xs:element name="listing" …

Member Avatar for phpbeginners
0
1K
Member Avatar for devloper

Hello everyone, I have XML files in my one of the project and I have another project in which I have to add the path of that XML Files in web.config file. When we use the path of our local machine its working fine. But for the deployment of the …

0
75
Member Avatar for AWorkTool

I am building a tool for my team at work to search a XML file for a particular item and return back the nodes associated with it. I have searched the web to no abounds and was wondering if someone would mind letting me know what I am missing. Here …

0
105
Member Avatar for ankur3000

Hey guys, I need some help regarding a project involving dictionary based language translation. So what I have to do is, given a text in a foreign language (like Hindi), my program should match each word from a 'dictionary like file' and give the output in English, I don't have …

Member Avatar for sergent
0
179
Member Avatar for johnjjackie

Hello Friends, Can you please suggest me the Difference B/w HTML & XML Site Map.

0
55
Member Avatar for jaango123

Hi, This is going to be a xpath query. In the input xml, elemt 'e' is the fifth child of root element. Using the apply template and template match, am at element 'e'. How can i get the value, 5(fifth child), within the template, e. I tried using position, but …

Member Avatar for jaango123
0
259
Member Avatar for jaango123

Hi All I am referring an xml file(document.xml), through document function. Based on the input xml id value, I am taking the corresponding value from document.xml. The output will have this corresponding value and the position in input, as shown in the actualoutput.xml. However, would like to generate an output …

Member Avatar for jaango123
0
118
Member Avatar for ajst

Hi Guys and girls, I'm trying to save the font settings of my component and load them back in via xml. I have xml working with saving and loading of every property except Font. When I save font its as an integer. But when I load the value back in …

Member Avatar for AceStryker
0
337

The End.