473,543 Members | 2,088 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.
0
1,409
thread by: summer1450 | last post Sep 18 '06 by: summer1450
Hi, I want to revise the nmap.xsl so that it would display IP addresses if a host has at least one port is opened AND group each IP into a group based on a SSH server. Here is the output that I want to get: Open SSH: Show each host’s IP address & host name in hyperlink that has at least one port is opened and it is running Open SSH ........
0
1,040
thread by: jsanmartin | last post Sep 19 '06 by: jsanmartin
Hi there, I'm really new to XQuery, but I think it is quite powerful. I suppose this problem is quite classical, but I have check quite a lot of sites and I cannot figure out how to solve it Input: <a/> <b/> <b/>
0
1,957
thread by: melb | last post Sep 21 '06 by: melb
I haven't done much work with XSL translations before and i'm stuggling to apply some code to a list of items. The when code works if it is not a list but I think I need to replace the ITEMCOST with something else but i'm not sure what. can someone help. I am using this code as the <xsl:value-of select="format-number does not work with teh...
0
933
thread by: sanjay nayak | last post Sep 21 '06 by: sanjay nayak
plz, suggest me?
0
924
thread by: sanjay nayak | last post Sep 21 '06 by: sanjay nayak
suggest me the web site for downloading that browser?
0
1,436
thread by: arunakoride | last post Sep 23 '06 by: arunakoride
Below I have just given a bit of my XML parser class. But it seems to be very slow.If I tried on VS2005 windows mobile application its more slow. Please suggest me an efficient way. while (reader.Read()) { switch (reader.NodeType) { case XmlNodeType.Text: switch (lastElementName)
0
2,501
thread by: tusiata | last post Sep 23 '06 by: tusiata
Hi, I'm a total newbie to XML. I created a simple site for carpooling to shows at my school. To make it easy, I used my 30Boxes RSS feed to list the shows and inlineRSS to display it on the page. My question: I really want to add a link in each <description> and have it output as an anchor with the text "More Info." But I can't figure out how...
0
1,090
thread by: zzalabri | last post Sep 25 '06 by: zzalabri
hiii every body, I'm working in a new project using xml.. but i'm a beginner in this language.. I want to do search in XML file using DOM can u help me please!!!!
0
1,048
thread by: FabRed | last post Sep 26 '06 by: FabRed
I would like to get some help to what i should write after i have downloaded a XML file about recipes and need to find number of main ingrediens in second recipe using a XSLT file? can anybody help me please. FabRed
0
1,132
thread by: alpha1 | last post Sep 27 '06 by: alpha1
I in the process of transferrring a website. It looks like the owner used XML in word to create his website. I have downloaded the site and uploaded it on my server under another name to test it, but none of the jpg pics are showing! Everything else is fine though, can anyone help? The original site where all is fine is...
0
941
thread by: KrilleMan | last post Sep 27 '06 by: KrilleMan
Hi, Hope there is a simple solution to this one.... Below is a script that I want to make some minor modifications to. The whole sentence "Home team 2 - 1 Away team" is at the moment shown in black but I want the score "2 - 1" to show in red. Is it somehow possible to overwrite the value of black for this part? <items> <item link=""...
0
1,345
thread by: jeffdegarmo | last post Sep 29 '06 by: jeffdegarmo
I have a styleshee that displays XML data properly if I use <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> . I know this isn't the right one to use. However, when I use <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> the page does not display any of the XML data. It's as if it hasn't even pulled in the...
0
1,705
thread by: Umagowder | last post Sep 30 '06 by: Umagowder
All I have my class serialised correctly. I have to apply style sheet to that data and display it in some other format. Everything works fine,I can not read the following xml tag, <PrescriptionRefillMeds> <anyType xsi:type="PrescriptionRefillMed"> <Description>Drug1</Description> I have written code to conert the object in to...
0
977
thread by: ok15 | last post Oct 1 '06 by: ok15
Hi How to convert XMLDataDocument to Dataset and the opposite?
0
1,301
thread by: rtaylor6444 | last post Oct 2 '06 by: rtaylor6444
I know this may sound odd, but I am heading back to 20th century technology for my current project and it has become quite a challenge. I am looking at using a Form Feed Printer, but I wish to have only one line print and then it will feed to be ready for the next line to be sent at a later date. My question is how to code this. I have my...
0
1,062
JaneDoe
thread by: JaneDoe | last post Oct 3 '06 by: JaneDoe
What does this mean? And how does one do it? Create as XSLT template instead (assuming no XML content for the transformation, or rather that the XSLT will contain all of the data necessary for the final transformed product), and 2) must be XHTML 1.1 compliant.
0
1,183
thread by: febe | last post Oct 3 '06 by: febe
how to save data in pocket pc using xml and vb.net?? can u give me the source code?? thanks a lot
0
1,143
thread by: Fermin Galan | last post Oct 4 '06 by: Fermin Galan
Hi, I'm trying to build a XML Schema for XMLs like that: <book> <title>...</title> <chapter>...</chapter> <chapter>...</chapter> <chapter>...</chapter> <author>...</autor>
3
1,878
thread by: anki | last post Oct 5 '06 by: myreg
I wrote a program to parse xml document by using xpact library. but it is not validating library. plz any one can help me, how to validate a xml doc againstgiven xsd. Thanks & Regards anki
0
864
thread by: gr4tzy | last post Oct 6 '06 by: gr4tzy
i want to get enumeration values from previously defined elements that looks something like that: <STATES> <STATE Name="ON"/> <STATE Name="OFF"/> </STATES> and then somehow to use the attribute names as enumeration values. is that possible?
0
1,354
thread by: rajusonavane | last post Oct 6 '06 by: rajusonavane
hi i m helpless on connect oracle or access database with c programm plz give me sample code of program how to connect thanking you raju
0
1,026
thread by: pc9802 | last post Oct 6 '06 by: pc9802
Could someone advise how to retrieve the text from below xHTML example? An example is: <html> <body> text1 <br /> text2 <br /> </body>
1
1,182
thread by: kapil sharma | last post Oct 6 '06 by: pc9802
This is my response XML,i want to fetch these values to my XSL.Do i need to write any Java code or can i directly fetch to my XSL?? <ns0:VINValidationResult xmlns:ns0="http://xmlns.example.com/unique/default/namespace/1107340988874 "> <ns0:VIN>1FTZX1729WNA44087</ns0:VIN> <ns0:isVINValid>VALID</ns0:isVINValid> ...
0
1,067
thread by: kanagaraj | last post Oct 8 '06 by: kanagaraj
I have the XML data like below <?xml version="1.0"?> <Bonus> <ItemName>One</ItemName> <ItemName>One</ItemName> <ItemName>Two</ItemName> <ItemName>Three</ItemName> <ItemName>Three</ItemName> </Bonus>
0
1,404
thread by: thygremlin | last post Oct 9 '06 by: thygremlin
Hi everyone, I have come by a challenge.... I have the following XML file, which represents expressions with "+" and "*" artihmentic operands: <m value="10"> <i value="5"/> <m value="10"> <i value="2"/>

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.