473,544 Members | 1,843 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.
5
8,369
thread by: coolnags | last post Jan 19 '09 by: raghukv
I have an array of XmlNode which is returned after deserializing xml document. I have to search particlular XmlNode in the array based on the attribute "instrument" of Record XmlNode. Sample node lookes like this <Record instrument="VOD-US,USD,NORM,R"> <Field name="variant" type="2">R</Field> <Field name="hi" type="5">19.28</Field> ...
3
2,941
thread by: chriskaza81 | last post Jan 16 '09 by: jkmyoung
well i have an xml file : <?xml version="1.0" encoding="ISO-8859-7"?> <RealEstate xmlns="http://bankofgreece.gr/dom/real_estate/v1"> <Header> <SenderId>999</SenderId> <SenderName>Eurobank</SenderName> <ReferencePeriod>2008-1</ReferencePeriod> </Header>
2
3,036
thread by: rouble | last post Jan 15 '09 by: jkmyoung
Hi All, I am just picking up xslt and I was wondering if I could get some pointers. I have an xml body that looks like this: <location> <civic-address> <country>US</country> <A1>New York</A1> <A2>King's County</A2> <A3>New York</A3>
3
5,090
thread by: musicgold | last post Jan 15 '09 by: musicgold
Hi, I am new in XML. But I have done coding in VBA, C, and HTML. I am using VBA to extract data from an xml file. I use Xpathbuilder to generate Xpath queries for my work. However, some Xpath queries are causing errors in my program. As I am new in xml and its standards I am not sure what is causing them. Answers to the following questions...
11
8,328
thread by: praveenss | last post Jan 15 '09 by: praveenss
I have to write a program where we get the xml file incrementally. i.e the file is constantly updated in the form of xml feed. Thus the first chunk will not be a well formed xml document. However i need to parse the feeds regularly and display the parsed result. How can this be achieved.? Eg... xml field can be following First...
2
4,808
thread by: praveenss | last post Jan 15 '09 by: praveenss
Can anybody provide me the sample source code for parsing a xml buffer using SAX parser.?
0
1,307
thread by: jgn1013 | last post Jan 13 '09 by: jgn1013
Pretty new to xml so if you could please point me in the right direction. I'm getting an httpwebresponse from a remote website in a xml format. I would like to either do a openxml stored procedure insert into a table or read through an xml file and insert data to a table. TIA My xml files looks like this: <xml_response server="USVSTG01"...
15
7,360
thread by: vz2d1k | last post Jan 13 '09 by: jkmyoung
hello, I'm a bit new to XSL and I'm trying to do the following: I have an XML file with a number of profiles in it (profile.xml). I wrote a profile.xsl to transform these files into a nice readable format. Now the user would like to filter these xml files based upon a profile of their choice on the client. I have modified my profile.xsl file...
11
3,969
thread by: ianoble | last post Jan 12 '09 by: ianoble
I've been trying to piece together various code snippets to create a lookup table inside my xslt without the need for a supplemental xml file. Here is what I have so far. As of now, it does not return anything in the output. I would love to be able to query the xref:factor table to retrieve the value of xref:factor/lookup <?xml...
2
2,289
thread by: Leafy | last post Jan 12 '09 by: jkmyoung
Hi Folks! I sure hope someone can guide me on this issue. Here is the XML document I'm working from (nda.xml): <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:loc="http://localhost:2680/"> <soap:Header/> <soap:Body> <loc:CreateNDA> ...
9
4,658
thread by: tezu | last post Jan 12 '09 by: tezu
hi all, I have developed a code which writes into an xml ,after writing im saving them as XML file only. i want to know how can i save it into a database. Is there any function available for doing so ??? Thank u, tezu
3
13,215
thread by: wolfjmt | last post Jan 9 '09 by: skitsanos
Hi, I am trying to write to data to a .xlsx file(Excel 2007). I can currently write the data to a .xls file. I tried to change the extension of the xls file (to xlsx) but Excel gave the following error:Excel cannot open the file 'Filename.xlsx' because the file format or file extent ion is not valid. Verify that the file has not been corrupted and...
2
6,197
thread by: maya7 | last post Jan 9 '09 by: skitsanos
Hi, I'm writing XML simulator that suppose to be a black box. Loads xml messages, transforms them into byte and sends to the other application via TCP/IP protocol without knowing how the application on the other side is implemented. I need to convert XML message to byte and send it via TCP/IP, but I can't use serialization, because...
6
5,429
Dormilich
thread by: Dormilich | last post Jan 8 '09 by: Dormilich
Hi, I have some problems removing the xmlns attributes from a transformed xml file. I can't completely remove them (so it would validate). the problematic elements are <div> or the elements pasted by <xsl:copy-of> if I have no default NS in the XSL file I get the namespace attribute attached to the copied elements (the one from the "plan"...
4
6,314
thread by: asianmike | last post Jan 8 '09 by: asianmike
I have the following XML: <eventsTable> <eventRec> <dateTime>06/01/2009 21:36:43</dateTime> <rawDateTime>1231277803</rawDateTime> <type>Event</type> <source>GSC</source> <eventId>GSC_USER_CONFIG</eventId> <assAlrm>--</assAlrm> <username>walt</username> <desc>GSC Users<bullet>User Configuration Change</bullet> <bullet> SUBMITTED: walt logged in...
5
4,293
Plater
thread by: Plater | last post Jan 7 '09 by: jkmyoung
I'm having a bit of trouble getting XPath expressions to work to select nodes. I am working with the google maps results. A shortened example xml: <?xml version="1.0" encoding="UTF-8" ?> <kml xmlns="http://earth.google.com/kml/2.0"> <Document> <Placemark>
1
4,152
thread by: Blackmore | last post Jan 7 '09 by: jkmyoung
I want to be able to transform the contents of an XML file into a coldfusion structure, with structure elements named by the XML node names. XML structure: <text> <node1>Node1 data</node1> <node2>Node2 data</node2> </text> Coldfusion structure required:
4
3,038
thread by: djminus1 | last post Jan 6 '09 by: jkmyoung
Hi, I am developing a website for a client. On each web page, I have a created a "News Link" section. This section dynamically displays news articles from an XML document that I created using Adobe Spry. What I want to do is to have the client update their news articles. I'd like to write some sort of web interface where they could... - ...
9
8,358
SPanicker
thread by: SPanicker | last post Jan 6 '09 by: jkmyoung
Hi, I am newbie to XSL transformations. I am finding it hard to work out the XSL transformation for the following XML. Can someone suggest me how to approach this XML or in general how should I start up if given a XML? SOURCE XML: <?xml version="1.0" encoding="iso-8859-1"?> <Batch BatchCreated="" TransType="TA"...
4
3,480
thread by: shifflav | last post Jan 5 '09 by: jkmyoung
I there a way to get the current page's name using XSLT and store it in a variable? Something like: <xsl:variable name="myVariable" select="PageName"/>
3
2,372
thread by: shifflav | last post Dec 30 '08 by: shifflav
I'm not sure if this would classify as an XML or ASP question: I'm redoing someone's website who sells various products. I've decided to teach myself XSLT and re-do the entire site using XML. I'm creating .aspx files with which will include an XML file of the products at the bottom of each page. To do this, I have the following code in my...
2
11,177
thread by: bakpao | last post Dec 29 '08 by: bakpao
Is there any way to decode a URL encoded string using XSLT? For example, this is the string that I have: This%20is%20the%20%3Ctable%3E%20tag And this is what I wanted XSLT to output: This is the <table> tag
4
4,553
thread by: shifflav | last post Dec 28 '08 by: Dormilich
The code below puts each item in a float:left DIV. After each 3rd DIV it needs to clear the previous 3 DIVs and start a new row. The code below works, but it requires that I edit a 'column' element in my XML file. Every 3rd item in my XML file has a <column>3</column> element added to it so the xsl:if test code knows when to add my clearing...
4
3,888
thread by: shifflav | last post Dec 28 '08 by: shifflav
I'm using xsl:copy-of because I need to preserve a break tag in my 'description' element (see below). While it does work, it also copies over the <description> tags and puts them in my HTML, which obviously cannot pass W3C validation. Is there any way to copy everything, except for the <description> tags. Or is there a better way? I'm new at...
2
4,352
thread by: djnokturnal | last post Dec 23 '08 by: djnokturnal
Hey guys / gals, First time posting and of course I am sure it is something that has been answered 100 times but for some reason I just cant find the answer :) First off here is the structure of the xml: <Stats> <Structure> <Column DisplayName="GP" FieldName="GamesPlayed" Priority="1" /> <Column DisplayName="G"...

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.