473,542 Members | 15,359 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
3,251
thread by: jhurrell | last post Mar 22 '07 by: dorinbogdan
I have an XML file that contains some empty nodes like: <sample> <test/> <test1/> </sample> I am using Saxon 8.8 to transform this XML into another XML file, but I'd like to remove the empty nodes and leave the rest of the document as it was.
5
3,404
thread by: jhurrell | last post Mar 22 '07 by: dorinbogdan
I have been having some trouble getting my XSL style sheet to parse correctly. I have some XML outputted from an SQL-Server, that I then need to turn into multiple HTML files. This I have done with moderate success using Saxon and <xsl:result-document>, but Saxon is throwing an error and I don't know how to resolve it. Maybe someone can offer...
3
1,468
thread by: Valvalis | last post Mar 22 '07 by: dorinbogdan
Hello, I am trying to set a class attribute of a text.item element to the value of its nearest ancestor. I want to do this in the case that the class of the text.item is currently a blank string. <text class="read-only"> ... <text.item class=""/> //this element should inherit the class attribute "read-only" from text <foo...
6
1,201
thread by: sani723 | last post Mar 22 '07 by: dorinbogdan
when i use the sum() it gives values like this, 1.2012117176112E+24, how ican i resolve thi issue, although in xml values are only 5, like 150,200,3000,171,5000
1
1,099
thread by: SivaramaGuru | last post Mar 23 '07 by: dorinbogdan
Will you please give brief details about Module in DTD. i) How many modules are there? ii) What are they?
1
1,107
thread by: OmOmOm | last post Mar 23 '07 by: dorinbogdan
Hi all I m having really hard time here.i have XML file and i want to add the fields in combobox from that xml file.i m using C#.net. can u pls help me out!!
6
1,706
thread by: rajesh0205 | last post Mar 23 '07 by: dorinbogdan
sir plz give me solution to rad the xml tag not the child e one. eg. <hee><k><hi="ji" o="3" lm="8" v="i></k></hee> how we read the same data within the same tag nt the parent child relation ship plzzzzzzzzzzzzz solve me tday, i have to complete the prject sir.. helppppppppppppppppppppppppp
2
5,401
thread by: sekarm | last post Mar 23 '07 by: dorinbogdan
How to change the systemid attribute value in DOCTYPE element in xml file using C#.Net
2
1,238
thread by: punkyfee | last post Mar 23 '07 by: dorinbogdan
Hi, I have been entering this code into notepad, saving it as 'all files' and with the extensions .html. I still cannot get it to validate and don't know why, please help. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html public "-//W3C//DTD Xhtml 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
1
1,394
thread by: spankit115 | last post Mar 26 '07 by: dorinbogdan
Hi, I am working in the HP-UX 11.11 PA-RISC (32-bit) environment and have an XML file that I need to validate against an XML schema to test that it is well-formed and valid before I release the file to a user. Of course, I could just FTP the file and do this validation against a Windows based tool like XMLSpy (which I have been doing up until...
3
1,280
thread by: taraneh | last post Mar 27 '07 by: dorinbogdan
answer this error please term implement game residen evill 4 <?xml version="1.0" encoding="UTF-16"?> <DATABASE> <EXE NAME="game.exe" FILTER="GRABMI_FILTER_PRIVACY"> <MATCHING_FILE NAME="game.exe" SIZE="6643712" CHECKSUM="0x61FC0DCC" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="01/12/2007 02:19:54"...
5
17,757
thread by: ronlahav | last post Mar 27 '07 by: dorinbogdan
Dear all i Wonder how can i edit a node property (in C# not by hand :) ) i have the follwing XMl file (hibernate.cfg.xml) <?xml version="1.0" encoding="utf-8" ?> <hibernate-configuration xmlns="urn:nhibernate-configuration-2.0" > <session-factory name="NHibernate.Test"> <!-- properties -->
6
6,442
thread by: sani723 | last post Mar 27 '07 by: dorinbogdan
how can i use the CheckBox and button controls inside XSLT and then to handle them from .aspx pages or html pages. is it possible
3
1,548
thread by: billz | last post Mar 28 '07 by: billz
I am writing a large XML file that consists of multiple identical intervals of data. Each interval is around 10 MB and I am timing how long it takes to write the file. My timer shows that the first interval takes 4 seconds while the last takes 79 seconds. Graphing the time for all intervals shows a fairly straight line. I am suspecting that a...
22
2,452
thread by: RobClack | last post Mar 28 '07 by: RobClack
I'm quite new to xml and xsl, so this could be quite simple. I have an xml file with some data in it and an xsl file to process it into a web page. What doesn't work is hyperlinks. I've read endless pages about how xlink works, but for me it just doesn't. No errors, just plain text and no hyperlinks. I'm running Firefox 2.0.0.3 but have also...
7
15,962
thread by: suzi167 | last post Mar 29 '07 by: dorinbogdan
Hello everyone. I am relatively new to style sheets and I have the following issue. I have an XML document with this structure: <LIMS> <SAMPLE>
1
1,165
thread by: aj123 | last post Mar 29 '07 by: dorinbogdan
Helloo all am using xmltextWriter to write node in xml file XmltextWriter w=null w=new Xmltextwriter(-----); but the problem not in using writer the problem is I have listbox have this values Level1 Level2 Level2
3
3,036
thread by: varun aggarwal | last post Mar 30 '07 by: dorinbogdan
Hi can anyone tell me what is a "flat schema" i am quite clear with the hierarchical shema. But confused about the flat ones. Thanks
1
1,164
thread by: manickguru | last post Mar 30 '07 by: dorinbogdan
what is serialization?
2
2,556
thread by: dinhly | last post Mar 30 '07 by: dorinbogdan
I got the error message: System.Xml.XPath.XPathException, occurred in system.xml.dll, when I tried the code below: string lastName = "O'BRIEN"; physNode = "//ENT"; XmlNode entNode2 = xmlDoc.SelectSingleNode(physNode); It complains about the string "//ENT" having a invalid token. Please help. Thanks in advance.
1
1,230
thread by: oaunay0275027523057odueod | last post Mar 30 '07 by: dorinbogdan
Say I have branchA: <tree id = "1"> <item id = "10"> <item id = "100"/> </item> </tree> , and branchB:
2
1,448
thread by: yingwen | last post Apr 2 '07 by: dorinbogdan
Hi, I have a XML, which I don't have any choice to modify the structure of it. <MemberAddress> <xAL:FreeTextAddress> <xAL:AddressLine>123 Street Name</xAL:AddressLine> <xAL:AddressLine>Suburb, City</xAL:AddressLine> </xAL:FreeTextAddress>
1
10,911
thread by: Joe Sommers | last post Apr 2 '07 by: dorinbogdan
I'm using Apple's Final Cut Pro 5 to try and import files from a Panasonic P2 Store, which contains MXF files which contain video and audio clips, and XML files which refer to these clips. When I try to IMPORT/XML into FCP5, I get the message "Choose a translation document file", which I do not understand what it is asking for, or how to provide...
6
1,503
thread by: IamMacro | last post Apr 2 '07 by: IamMacro
<Klant diffgr:id="Klant13" msdata:rowOrder="12"> <KlantID>13</KlantID> <Klantnaam>PEETERS STOOPS</Klantnaam> <Straat /> </Klant>
3
5,173
thread by: yingwen | last post Apr 3 '07 by: dorinbogdan
How can I read a XML file into a xml string. I have tried streamreader, xmltextreader, the out put results only give me the text() part of xml file(all xml tags are not included in the output). In other words How can I convert xml file(file path and name) into A string = "<?xml version="1.0"?><Registration...

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.