473,606 Members | 2,110 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XML Forum

XML (Extensible Markup Language) - Ask questions about XML development, XML languages (RSS, xHTML, wsdl), trees, syntax, elements, attributes, validation, XSLT, DOM, parser, namespaces, CDATA, encoding, XML servers and more.
4
8,600
thread by: amollokhande1 | last post Sep 28 '10 by: jkmyoung
Hi, I am fetching the data from the database and assigning it to the textarea. Before that Xml is loaded with data and then stylesheet gets applied to the xml to generate the html output with textarea with data in it. I want to replace the newline character with '\n' character. I tried to use following psedudo code :...
1
1,573
samueln12
thread by: samueln12 | last post Sep 28 '10 by: jkmyoung
Hi ALL, I have a XML file in following type <xml> <para type="P">Sample text 1 goes here</para> <para>Sample text 2 goes here</para> <para>Sample text 3 goes here</para> <para type="P">Sample text 4 goes here</para> <para>Sample text 5 goes here</para>
4
17,869
markmcgookin
thread by: markmcgookin | last post Sep 29 '10 by: vignesh hari
Hi, I am creating an MXL doc using XSLT but for some reason it is churning out elements like this <DateTimeLastSaved xmlns="" /> <UserName xmlns="" /> when I delete xmlns="" it works fine, but if I leave it in there are issues reading/saving the file. Is there any way to remove this xmlns="" in the xslt? Cheers,
1
1,729
thread by: Jeff Dempsey | last post Oct 1 '10 by: jkmyoung
Hello, I have an issue looking at an XML file in an IE6 browser. If the XML file is on my local box, it works fine. However, if it is on a network share (I copy the file over for others to view), I get the following error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then...
1
1,908
thread by: phpmagesh | last post Oct 1 '10 by: jkmyoung
Hi all, I am trying to pharse a xsl variable like below declared xsl variables like <xsl:variable name="USD"> <xsl:value-of select="'$'" /> </xsl:variable> <xsl:variable name="EUR">
1
1,845
thread by: Cristina Nita | last post Oct 3 '10 by: Dormilich
Hi, I have a problem that doesn't let me use AnvSoft. It says : The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. Duplicate attribute. Error processing resource 'file:///C:/Program Files/AnvSoft/Any Video...
3
1,121
thread by: danc888 | last post Oct 4 '10 by: Dormilich
I am attempting to write an XSL file to transform the orignal XML document to only show the elements I need. I have a problem though, the XML document contains an xmlns "urn" which when present means my XSL file does not work and shows nothing. What I am doing wrong? I am newbie to all of this so any help would be great. XML Document:...
2
1,796
thread by: Sean Len | last post Oct 5 '10 by: Sean Len
I currectly working on a program to generate report every specify time configured in XML. What will be a good way to perform the tasks? For example: I need to generate sales report from Sales table in MS SQL Server 2005 every end of week 8pm. I know using windows services can execute my program on specify time, but I rather use XML to...
1
1,601
thread by: Sri seenu | last post Oct 6 '10 by: Dormilich
<!ATTLIST Car Colour (Red|White|Blue|Black) "Red"> XML example: <payment type="Blue" /> or <payment type=" Red " />
1
2,080
thread by: mcelrob5 | last post Oct 8 '10 by: Dormilich
I am writing an intranet application that uses Fusion Charts to display the results of a database query. My problem is the results are stored in an xml file that gets rewritten with each search. The Fusion Chart uses the xml file to render the results into a graph. The problem is that the xml file gets cached by the webserver when the application...
1
1,414
thread by: Sean Len | last post Oct 15 '10 by: jkmyoung
Hello, I currently working on a project where I need to insert a record into XML. I able to insert without problem. But I wonder how to varify do the same client name already exist? If yes, i want to ignore the insertion. private void button3_Click(object sender, EventArgs e) { string FileName = ".\\MasterXml.xml"; ...
1
1,840
thread by: Lucas Gordon | last post Oct 15 '10 by: jkmyoung
Hi there, I'm busy making a site that displays markers and info from an xml file on a map. I'm at the point where all markers stored in the xml file are displayed on the map, but I only want certain ones to be displayed. Each marker has a date associated with it, and I only want to display markers which match today's date. Here is the script in...
23
8,261
thread by: vishwa040 | last post Oct 15 '10 by: Frinavale
Hi folks I want to read a xml file and then write the contents to a text file
0
1,685
thread by: Prashant M | last post Oct 21 '10 by: Prashant M
Hi All, I had created a XSLT which converts the XML file generated from the system to the excel format. The XSLT has the styles required for this transformation. Now i am told to insert image in one of the excel columns using XSLT. The image is in binary code format in the XML file. Tried to google but could not found the syntaxes for...
2
9,198
thread by: deepab1983 | last post Oct 21 '10 by: jkmyoung
I have to hide and display a column for a xml data in xsl. The root element of the xml has many child elements and many subchilds;here the child element will be repeatedly coded with the same subchild elements. The subchild elements are declared as columns and the values of the subchild elements are displayed in rows of xsl with <xsl:for-each> of...
1
2,221
thread by: Subhankar Sahu | last post Oct 25 '10 by: jkmyoung
Hi All, I have a requirement to split an incoming XML document based on a child node value. Here is snippet of my source XML. <Select_Groupid_Collection> <Select_Groupid_Output> <USER_NAME>User1</USER_NAME> <DOC_DATE>2010-10-31T00:00:00.000-05:00</DOC_DATE> <DOC_TYPE>SE</DOC_TYPE>
1
1,302
thread by: stephen1313 | last post Oct 25 '10 by: jkmyoung
I have a big XML file and I need an XSLT file to output to HTML. Is there an inference tool that will do that? If not, is any one interested in helping a newbie create an XSLT file? Thanks
1
2,813
thread by: Monte Cristo | last post Oct 26 '10 by: MrBlueSky
Hi all, I'm having a problem with results being returned from a data source, it's returning the right value but without the zero's "0" in front. I've searched through google for "padding zero's in xpath" and i've only been able to find one thing but I can't tie into my xpath query. Software being used: Infopath 2003 with a Access 2003...
1
1,699
thread by: Jamie Moore | last post Oct 27 '10 by: jkmyoung
<?xml version="1.0" encoding="ISO-8859-1"?> <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd>
3
8,828
thread by: Sushant Panda | last post Oct 28 '10 by: jkmyoung
I m trying to validating xml file against xsd file in vb6.0 but i m getting an error xsd file:(Aces_Dlr.xsd) <?xml version="1.0" encoding="UTF-8"?> <!--W3C Schema generated by XMLSpy v2010 (http://www.altova.com)--> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:n="urn:sample" targetNamespace="urn:sample">
1
1,891
thread by: Susie Weimer | last post Oct 29 '10 by: Dormilich
I have an XML file that has a bulleted list. I would like to have the XSLT change this to an incremented numbered list.
1
2,880
thread by: gouse khan | last post Nov 3 '10 by: jkmyoung
Hi, i am customizing xml report in this xml rtf ther are 3 layouts(ex:item_required,item_report,end_line) in first layout item_required is display only first page when CS_item>0(<?for-each:G_item_FAMILY?><?if:CS_item>0?>) if condition is not satisfied then second layout item_report display in first page ............ ple give me solutions ...
1
1,231
thread by: MD Sharif | last post Nov 9 '10 by: jkmyoung
THe xml look like this <TDIH> <config> <EmailAddress> <Recepient>abc@gmail.com</Recepient> <Recepient>cbd@gmail.com</Recepient> <Recepient>pqr@gmail.com</Recepient> </EmailAddress> </config> </TDIH>
1
1,549
thread by: Krishna Krishna | last post Nov 9 '10 by: jkmyoung
Down below are the xml tags with the roles who have the access to close an event.Now I need to include a condition like: 1. If the Initiator(role) is not present the DSM(New Role)should be able to close the event. 2. If the DSM is not present then RSD(New Role) should be able to close the event. This is form an XML File... <panel...
0
1,093
thread by: JhonAlex | last post Nov 11 '10 by: JhonAlex
I want code in C. Please let me know wesites for xml-rpc document with examples in C? getReference (xmlDocPtr doc, xmlNodePtr cur) { xmlChar *uri; cur = cur->xmlChildrenNode; while (cur != NULL) { if ((!xmlStrcmp(cur->name, (const xmlChar *)"reference"))) { uri = xmlGetProp(cur, "uri"); printf("uri: %s\n", uri); xmlFree(uri); }

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.