473,549 Members | 2,889 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,101
thread by: jstendor | last post Dec 5 '06 by: jstendor
I have an XML file that contains Invoices. In most cases there is a page break for cleints and I need to fill the remaining lines on the page with blanks and place a Page N of T at the bottom. I have logic that counts each line as I create them for the output and when I am ready for a page break, I use (55 - LineCount) to give me the...
0
3,687
thread by: samjam | last post Dec 5 '06 by: samjam
Below is some coding in a program i am using, i would like to know how i can get the text bigger or bolder on my webpage, This is the section of text i would like bigger or bolder (This is a very rare lacquered tea caddy c1840. The outside of the caddy has wonderful scenes on each side which are really finely painted. The caddy stands on claw...
0
2,281
thread by: kartic03 | last post Dec 6 '06 by: kartic03
<Root> <Family ID="1"> <Member Name="Abe" DOB="3/31/42" /> <Member Name="Betty" DOB="2/4/49" /> <Member Name="Cathy" DOB="12/2/78" /> <Member Name="Dan" Father="Abe" Mother="Betty" DOB="6/12/73" /> </Family> <Family ID="2"> <Member Name="Edith" Father="Abe" Mother="Betty" DOB="8/30/80" /> <Member Name="Frank"...
2
1,501
thread by: fndjoum | last post Dec 6 '06 by: kartic03
I'm trying to create a simple web service on a server (windows 2000) with microsoft visual 2005 (.NET FRAMEWORK 2.0), and I'm getting the error " Unable to create the web http://loacalhost/service. Bad Request. " Please Help. Thanks
1
4,541
thread by: praveenkent | last post Dec 6 '06 by: kartic03
i have a problem. the client is posting a xml page to given aspx page on server using GET method. Now i want to write script in that given aspx page so that it read that xml page and store elements in database. my question is how will script read that xml file. what objects we use... Please help me.... i am searching all over net for this. I...
1
1,516
thread by: Akinola Oladayo ayobami | last post Dec 6 '06 by: kartic03
i wrote a program sometimes to validate my xml file against the schema using c#.net but i found out that whether there was error or no error, it will always say the document is valid even if i specify the wrong file name. i want you to give me a snippet of code and the xml file to see how to validate in C#.net
0
1,826
thread by: GovEgg | last post Dec 7 '06 by: GovEgg
Hi All, I am new to writing xml in .net and am wondering how to get my xml document to start with the following startelement?... - <EMSDataSet xmlns="http://www.nemsis.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nemsis.org http://www.nemsis.org/media/XSD/EMSDataSet.xsd"> I am tied to a xsd that...
0
1,105
thread by: bkora | last post Dec 7 '06 by: bkora
I am trying to get the innerxml (children xml) of a node (TITLE_REQUEST) into a variable and pass that variable as a parameter to a method. My method is recieving an empty string. I am not sure if this is even possible in XSL. Thanks for your help. Below is the XSL i am using. <Note> <xsl:variable name="titleRequest"> <xsl:copy-of...
1
3,170
thread by: bkora | last post Dec 8 '06 by: Niheel
I am trying to get the innerxml (children xml) of a node (TITLE_REQUEST) into a variable and pass that variable as a parameter to a method. My method is recieving an empty string. I am not sure if this is even possible in XSL. Thanks for your help. Below is the XSL i am using. <Note> <xsl:variable name="titleRequest"> <xsl:copy-of...
1
1,304
thread by: aarushi2001 | last post Dec 10 '06 by: Mondo Tofu
Hi all, I have xml which looks something like this: <segment> <hit desc="a,b,c,d,e" /> </segment> how can I make it display like this: a b c d e
0
5,598
thread by: als | last post Dec 11 '06 by: als
hi, i have an xml that looks like : ----------------------------------------- <XML> <Col DisplayName="ABC" ClassName="a_ABC"></Col> <Col DisplayName="XYZ" ClassName="x_XYZ"></Col> </XML> ---------------------------------------------------------- What i need now is a code that gives me the attribute names, in this case, 'Display Name' &...
0
1,037
thread by: kenk | last post Dec 11 '06 by: kenk
What is the best Java xml parser for dealing with huge xml files (about 1 Gb). By dealing i mean: parsing, searching etc. Thanks in advance!
0
1,127
thread by: Virulence | last post Dec 11 '06 by: Virulence
I'm wondering if anyone can help me implement some code on my website... There is an XML sheet that is being generated by another website (here) I would like to pull off bits of this information to display on my website. (Specifically the nodes "ladder name", "match status", "opponentname", "matchdate" and "map name") Keep in mind I have no...
0
1,295
thread by: qwix | last post Dec 11 '06 by: qwix
Hi, after hours spent Googling I'm undone. What I need is to create a XML schema allowing some element to contain any XHTML element(s). This is my XML file I'm trying to validate according to the schema: <?xml version="1.0" encoding="UTF-8"?> <myelement xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
0
1,215
thread by: Undeclared | last post Dec 11 '06 by: Undeclared
Hello! My goal is to use JAXP for creating SAX parser with my own XMLParserConfiguration. For example, in package org.apache.xerces.parsers there is a constructor: public SAXParser(XMLParserConfiguration config); But I don't want to use Xerces classes, only JAXP. Thank you.
0
1,153
thread by: asearle | last post Dec 12 '06 by: asearle
Dear all, I have some xslt reporting functionality that currently uses generate-id to group data. This works fine but is very slow. While googling, I found that the 'count()' clause can do the same thing but faster and so have been experimenting with that. My original code was the following: <xsl:for-each select="rep_base)]">
0
971
thread by: alaa123 | last post Dec 15 '06 by: alaa123
hello can an expert XML help me plz I need to implement an SVG to PostScript converter, The converter should be written in JAVA and use the Apache Xerces SAX2 parser, please help or at least give me a start regards' this the SVG file
1
3,553
thread by: soeter04 | last post Dec 15 '06 by: marknoten
Quickie: is the XML below valid? <?xml version="1.0" encoding="UTF-8"?> <elem> é è ç </elem> Or should the element body be in a CDATA block? ... or should i use some &thingie; for those chars...
0
1,830
thread by: marknoten | last post Dec 15 '06 by: marknoten
Hi, we are working with XML files that can be as big as 6Mb. Some XML documents that obey to a certain condition must be duplicated where only 2 elements need to change value. I thought using XPath to select the 2 XML elements and updating. But as far as I know, you can only update elements after selection with XPath if you use the JDOM...
0
1,196
thread by: Alamelu | last post Dec 18 '06 by: Alamelu
I wanted to remove "Name" attribute from the below tag, but i am only having IXMLDOMNode pointer and not IXMLDOMElement pointer of "Option". But removeAttribute method is only available in IXMLDOMElement interface. <Option Name="ABCD">0</Option> I tried the below code and it works properly,but my concern is if it is correct to just...
0
910
thread by: macksta | last post Dec 18 '06 by: macksta
Hi, .Net 2.0 Framework Windows XP I am creating an XML file for transport, the creation process works fine. However the import of the file is acting strange. The XML File is in written in the following format: <Task Name="Add Student" Description="Add a new Student"> <TaskLink>Search Student</TaskLink> <TaskLink>View...
0
1,729
thread by: sradoff | last post Dec 18 '06 by: sradoff
I wish to use XPath to access data from within an Excel generated XML Spreadsheet (generated with MS Excel 2003). I am using an asp Web page (not .NET, not at this time). I instantiate MSXML.DomDocument.3.0. After loading the Excel generated XML Spreadsheet parse error free, I issue the following XPath query to create a set of row nodes from...
0
2,521
thread by: urbancowboy | last post Dec 18 '06 by: urbancowboy
Hi, I'm a complete noob to XSLT. My goal is to apply conditional formatting to the table-cell only so when the date = today, the entire table-cell background will highlight green (#00FF00) and not just the font itself. So far, I can only get the Font to change color/become highlighted. Any help please? ---------------------------------...
0
981
thread by: selvanthiru | last post Dec 19 '06 by: selvanthiru
i wana start learning xml what web development shouldi study before i know a little of html
0
1,566
thread by: billburton57 | last post Dec 19 '06 by: billburton57
I have read the threads on making an external link and can make that work fine. I need to have a link to an internal location. I have this so far: <a> <xsl:attribute name="href"> <xsl:value-of select="@FLDCODE"/> </xsl:attribute> </a> but can't figure out where to put the "#" to make it point to a local <a name> Thanks

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.