1,599 Topics

Member Avatar for
Member Avatar for abbelylee

i have a set of xml data from a database, i want to transform these data into a form that would conform to the target data. in the sense that the elements node would change and the text nodes will also be rearranged something like source <?xml version="1.0" encoding="UTF-8"?> <XMLCreators> …

Member Avatar for Mike Askew
0
219
Member Avatar for kiranaditya

hi i need to know about technology or tool which require regarding my project. can anyone please help me my project is Universal remote hmi(human machne interface) which should be 1.platform independent 2.should be able to run on any device (pc,tablet,android phone,windows phone) 3. if possible code of all langauge …

0
95
Member Avatar for emurf59

I have a project where I need to get and count distinct values in tags in an XML document. If you look at the XML, I am specifically trying to count the distinct number of WorkOrderNumbers for Tuesday. Later I will do Monday and so on. I have tried the …

Member Avatar for emurf59
0
538
Member Avatar for thedancingbug

What does this mean? **Error Line 95, Column 56: end tag for "input" omitted, but OMITTAG NO was specified** <td><input type="button" value="Add to Cart"></td**> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". **Info …

Member Avatar for AleMonteiro
0
398
Member Avatar for thedancingbug

Hello. I am doing an assignment. I just need someone to validate that I did it correctly. According to the book I must: "set the default namespace for the document to the XHTML namespace". I'm a bit confused as to how to do it, but I did this: <?xml version="1.0" …

Member Avatar for rotten69
0
196
Member Avatar for riahc3

Im wondering if there is a program for building GUIs with XML where I can simply build it visually (WYSIWYG style) and copy/paste the code in my Android IDE. Thanks

Member Avatar for Mike Askew
0
52
Member Avatar for newbie1234

My blog is www.khazanakhoj.blogspot.in. In this blog i am not able to go to old post and next post. Even i opened particular blog, in that also its not coming. Is here any help regarding this problem.

Member Avatar for rotten69
0
148
Member Avatar for abbelylee

Am trying to import Xtream library for serializing csv data to xml but am having problems in adding this library to the ide i am using (bluej). what directory do i add. i added the whole directory but when i imported "import com.thoughtworks.xstream.XStream;" it kept telling me it does not …

Member Avatar for Mike Askew
0
68
Member Avatar for crazykoolit

Good Day! We would like to seek help on managing multiple values within a single XML attribute. <Row> <title>type Title here</title> <description>type Description here</description> <stage>Development</stage> <platform>Java, .NET, Mainframe</platform> <lifecycle>Custom Development</lifecycle> <servicegroup>System Integration (SI), Technology Consulting (TC)</servicegroup> </Row> With the above sample xml, as you may notice, <platform> does have 3 …

Member Avatar for Mike Askew
0
255
Member Avatar for Oracan

Hi, I'm trying to add a right parenthesis to a number when it is negative upon returning from a Java function and so far am unable to do it. I can add the left parenthesis no problem but can't find a way to add the right parenthesis. It is much …

Member Avatar for gilltech
0
179
Member Avatar for sniga.mareka

Hi, I would like to know how to create a dynamic xml playlist that is automatically updated as mp3 files are uploaded. I want the playlist for flabell29 flash mp3 player, which can be found at flabell.com. The playlist icludes album art location, artist name, track title, duration, album title …

Member Avatar for cereal
0
590
Member Avatar for saadi06

HI, I am have a string and I want to remove <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> from this string.I have tried str_replace but of no use can any one help that how would I remove this problem from my string. Thanks in advance.

Member Avatar for ryantroop
0
168
Member Avatar for czxzxcXZ

Hi, I had to do the quiz for XML and I am not quite sure whether I've got all the question right. Please tell me whether I've got each question right or wrong. Thank you very much. 1. What kind of component in an XML file is written like this: …

Member Avatar for Mike Askew
0
209
Member Avatar for lokesh.r.kandula

Hi Buddy, I have a requirement to convert the below shown input.xml into result.xml and the XSLT which I am trying with is shown at the end. input.xml: <match> <FieldMatcherResult> <FieldPair> <Context>A</Context> <Field1>A1</Field1> <Field2>A2</Field2> </FieldPair> <FieldPair> <Context>B</Context> <Field1>B1</Field1> <Field2>B2</Field2> </FieldPair> </FieldMatcherResult> </match> result.xml: <result> <FieldMatcherResult> <FieldPair> <Context>A</Context> <Field1>A1</Field1> <Field2>A2</Field2> </FieldPair> …

Member Avatar for Mike Askew
0
176
Member Avatar for JEEM

Hi i am using XSLT transformation to transform one xmi file to uml file. In my xml files i have two different nodes: **First node:** <ownedAttribute xmi:type="uml:Property" xmi:id="EAID_9D13F3CF_4FDB_46bc_B47F_8B4DC9C6DADD" name="Part2" visibility="public" aggregation="composite"/> **Second node:** <Profile:AND base_Part="EAID_9D13F3CF_4FDB_46bc_B47F_8B4DC9C6DADD"/> what i am trying to do is that every time the xmi:id of the uml:property …

Member Avatar for Mike Askew
0
329
Member Avatar for skp03

i want to design the Currency gadget .....that should work in all the operating system it should be something like installation application as shown in the above daigram so please help me out Thank you ![currency_converter](/attachments/small/3/currency_converter.png "align-right")

Member Avatar for Mike Askew
0
188
Member Avatar for manaila

Hi, Please correct me here about xml, I am still new to it: -It should have start and closing tags, i.e `<start></end>`; avoid short cuts like `<tag/>` like in html. -xml schema is an xml document, it abides by xml rules. So how comes that we have something like: `<xs:attribute …

Member Avatar for Mike Askew
0
130
Member Avatar for veledrom

Hi, I have a few XML file which have illegal chars like &, <, >, ", '. Because of that I cannot read/validate XML file to do further processings. I have no control over XML files because user's don't listen!!! Can I solve it by using DTD or XSD or …

Member Avatar for Mike Askew
0
118
Member Avatar for k1robert

Hi all please help as I am so stuck. My aim in to retrieve the information out of the xml soap file and store it in a database. However I havent got the slightes idea what i'm doing wrong. Please help I just want to write the values out in …

0
116
Member Avatar for LateNightCoder

Hi there, In my program i have given the user the possibillity to add new buttons to the form I then serialize the form to a xml file so it is saved. Any data that is edited while the program is running will be saved (for example user edits the …

Member Avatar for LateNightCoder
0
254
Member Avatar for daino

I am looking at using the 'Document Widget' in WXWidgets to create a report. It is apparrently an html document. Does this mean that I can format and position text using XML or HTML. I'm not entirely sure how this works. Can I also add objects to the html document …

Member Avatar for daino
0
174
Member Avatar for veledrom

Hi, I know that we cannot use some special chars in XMl and also we can escape/declare them in DTD via ENTITY line. Can anyone help me modifing DTD code below so I have valid XML? e.g. I tried this but no luck: `<!ENTITY & "&amp;">` Thanks in advance <?xml …

0
56
Member Avatar for techyworld

hi i have my xml code below: [CODE]<?xml-stylesheet type="text/xsl" href="book.xsl" version="1.0"?> <books xmlns:xsd = "http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation = "book.xsd"> <book id="001"> <isbn>0465044050</isbn> <title>Birth of the Mind</title> <author> <firstname>Gary</firstname> <lastname>Marcus</lastname> </author> <publisher>Basic Books</publisher> <year>2004</year> <price>17.68</price> <picture>0465044050.gif</picture> <description>write your desc.</description> </book> </books> [/CODE] and here my xsl code: [CODE]<?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" …

Member Avatar for ckalanam
0
2K
Member Avatar for JoThousand

Hi, I'm creating a bookmarks system for my web browser. I'm learning how to use XML files with VB.Net, so my bookmarks are stored in an XML file. When I want to add a new bookmark, the code below works, but it only allows for one bookmark. How can I …

Member Avatar for JoThousand
0
341
Member Avatar for abhadoria

Hi, I have a requirement in XSLT where in I have a xml as below, <Process> <name></name> <duration></duration> <time></time> <name></name> <duration></duration> <time></time> <name></name> <duration></duration> <time></time> . . . . </Process> <The first <name> node we get we create a Process_INfo and copy <name> in it and all other node following …

Member Avatar for Mike Askew
0
149
Member Avatar for jonc

Hi, I've got an XML file that I need to make changes to before creating an output XML file. I've got an XSLT Transform file which does part of the job fine, but I'm needing to go one step further which is where I'm struggling. In C# I'm using an …

Member Avatar for Mike Askew
0
3K
Member Avatar for Cenchrus

Hey everybody! I recently bought a book on developing for android. I got stuck on the main.xml file code when it gave me a bunch of errors... here's the code <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" > <SlidingDrawer android:id="@+id/drawer" android:layout_width="320dip" android:layout_height="440dip" android:orientation="vertical" …

Member Avatar for Mike Askew
0
871
Member Avatar for daino

Is it possible to create charts with XML. What I am trying to do is build a database application and it will need to be able to generate reports. I will need to be cross-platform and open source. Because I'm new to the idea of XML I will be reading …

Member Avatar for Mike Askew
0
114
Member Avatar for sbutt

Hi All, I am kind of find it difficult to build my (xslt 1) template: I have this following XML input: <Ticket> <ItineraryItem> <Flight ArrivalDateTime="2012-08-31T09:40:00" DepartureDateTime="2012-08-31T06:00:00" DirectionInd="Outbound"> <DepartureAirport LocationCode="BRN"/> <ArrivalAirport LocationCode="ZTH"/> <OperatingAirline Code="2L" FlightNumber="5320"/> </Flight> </ItineraryItem> <ItineraryItem> <Flight ArrivalDateTime="2012-09-14T11:00:00" DepartureDateTime="2012-09-14T10:15:00" DirectionInd="Inbound"> <DepartureAirport LocationCode="ZTH"/> <ArrivalAirport LocationCode="CFU"/> <OperatingAirline Code="2L" FlightNumber="5321"/> </Flight> </ItineraryItem> …

Member Avatar for Mike Askew
0
382
Member Avatar for maha.siva.9

hi all, I am new to this forum Right now I am working on XML & XSLT Below is my Input XMl file **<?xml version="1.0" encoding="UTF-8"?> <Employer> <Employees> <EmployeesDetails>van ind 26%</EmployeesDetails> </Employees> <Employees> <EmployeesDetails>van ind</EmployeesDetails> </Employees> </Employer>** and I need output as <?xml version="1.0" encoding="UTF-8"?> <Employer> <Employees> <Names>van</Names> <Location>ind</Location> <Weather>26</Weather> …

Member Avatar for Mike Askew
0
157

The End.