473,597 Members | 2,342 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.
2
2,352
thread by: seanjuan | last post Mar 21 '07 by: dorinbogdan
Lets say I have a movie playing on 06012006 at many times in the day, and again on 08012006 for several more times, in fact this goes on across many many days. I need to have an output like this: The Big Show 06012006 : 0500, 0600, 0700 08012006 : 0500, 0600, 0700 Not like this, which I seem to be able to do already: The Big Show...
3
1,357
thread by: sani723 | last post Mar 21 '07 by: sani723
guys i am selecting some data from SQL database and then handling it in XML and then exporting it into Excel file. i did it. but then again i included a new XML document in XSLT using <xsl:variable name="ed" select="document('stu.xml')/data/room" /> and when i again run the code it does not select anything from "stu.xml" means from second...
5
1,247
thread by: sani723 | last post Mar 21 '07 by: sani723
how i can pass an array as an arument in xslt
2
1,175
thread by: viral612 | last post Mar 21 '07 by: dorinbogdan
Hi, someone pls help me on this. following is my xml... I need to take out papers for each type separately. and then this each type should have area seperately. which means: there are two types right now.
2
1,988
thread by: subhashnegi | last post Mar 21 '07 by: dorinbogdan
Hi, I am tranforming an xml file to excel spreadsheet using xslt. But the problem is that I want to have hyperlinks in one of the columns of excel spreadsheet. Can anyone please tell me the tag to use for creating hyperlink while doing this. Also, since here I don't have any html head or body. I am wondering where to write javascript to...
2
1,378
thread by: touchgulam | last post Mar 21 '07 by: dorinbogdan
Hello everyone, I wish to ask about how to insert in xml file using org.dom.package. I have one empty xml file and i wish to insert in to xml file . Eg: <Gulam> <Put id='one'> </Put> </Gulam> now what i wish is to insert in put node the value based on attribute.means i should be able to insert value of any data type.
2
1,514
thread by: ashwinij | last post Mar 21 '07 by: dorinbogdan
Hello Sir We are having a problem in xml insertion using nux package please help us we are in pressure.. String aromatic =String.valueOf(ring); XQueryUtil.update(doc5,"//Molecule/RingSystem/Cyclicity,"aromatic"); Using the above update statement we are inserting in a file and then serialising it. But we are not...
3
3,190
thread by: jlauman | last post Mar 21 '07 by: dorinbogdan
I'm getting an error on line 6 of the code shown below. The error is: Value 'unbounded' is not allowed for attribute 'maxOccurs' I'd appreciate any help in resolving this. Thanks, Jack <-- SNIP -->
2
1,050
thread by: Uliana | last post Mar 21 '07 by: dorinbogdan
When I write: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:style="http://www.dvdforum.org/2005/ihd#style" xmlns:state="http://www.dvdforum.org/2005/ihd#state" xmlns:fo="http://www.dvdforum.org/2005/fo"> <xsl:output method="xml" version="1.0" indent="yes" />
2
2,785
thread by: ranadhirnag | last post Mar 21 '07 by: dorinbogdan
We test a particular constriant in our XSLT and throw a custom exception on failure: <xsl:when test="......"> <xsl:value-of select="exception:throwException('Recording failed')"/> </xsl:when> Here exception is defined as: xmlns:exception="http://..../util.exception.ValidationExceptionThrower" The problem is that this kind of exception...
2
3,436
thread by: rbondalapati | last post Mar 21 '07 by: dorinbogdan
Hi I am trying to read xmlNode and validate user code used to do this is given below. i am able to load the XMLDocument. but the SelectSingleNode method call is always returning null value. is there anything wrong in this code. ProcessLogin(string userName, string password) {
2
1,428
thread by: paedrow | last post Mar 21 '07 by: dorinbogdan
I'm trying to apply some XSL tranformations to an XML file generated from a Sharepoint List. Here is a sample XML: <?xml version="1.0" encoding="utf-8" ?> <listitems xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema"...
2
1,001
thread by: Uliana | last post Mar 21 '07 by: dorinbogdan
I want to apply same treatment to xml file, without knowing what is the hierarchy of elements, - <a> <b/> <a> or <a> <b>
2
2,589
thread by: ashwinij | last post Mar 21 '07 by: dorinbogdan
Hello The steps which i am doing in my program 1) I am having an xml file. 2) I am performing some updations in the file using XQueryUtil class from nux package. 3)After that i am performing Serialisation ( nu.xom.Serializer ) and storing in a file. 4)This Serialised file is being appended in a separate file. 5) Steps 3) and 4) are...
1
1,624
thread by: freddy2011 | last post Mar 21 '07 by: dorinbogdan
<?xml version="1.0" encoding="UTF-8"?> <rss xmlns:itunes=”http://www.youtube.com/watch?v=-GJReSBfNwE”> <channel> <title>Me and Your Neighbors Garbage</title> <language>en-us</language> <itunes:subtitle>Me and your neibors garbage</itunes:subtitle> <itunes:author>Stephen Guzemple</itunes:author> <itunes:summary>Our show will go inside...
3
1,367
thread by: SAIRAAM | last post Mar 21 '07 by: dorinbogdan
Hi, How to run XML using Eclipse????????
2
999
thread by: jackdull | last post Mar 21 '07 by: dorinbogdan
i have a problem where i have used - http://www.flashkit.com/movies/Inte...10022/index.php and i cant get the links to load in the "mainFrame" of my html site, it keeps loading as a "_blank". the code for a button is - <SUB text="Games Workshop" URL="digiGWork.html" target="mainFrame"></SUB>
2
1,339
thread by: rajesh0205 | last post Mar 21 '07 by: dorinbogdan
tell plz me, how we read the IMAGEDATA tag from xml file
2
1,831
thread by: vishwa040 | last post Mar 21 '07 by: dorinbogdan
Hi folks, I am using a String Buffer to write the date to a file.But i want to insert a new line to the file....using Java
2
2,777
thread by: heroine | last post Mar 21 '07 by: dorinbogdan
Hello, Speaking of RDF, can you please explain in plain text the main purpose of this technology ? The differences between RDF and XML ? and most importantly, What does it mean by relational RDF loader ? a software ? or just a website using some RDF codings ???? Is there any site using this technology ? please provide some examples and...
1
1,337
thread by: vinit pugaliya | last post Mar 21 '07 by: dorinbogdan
Hi all, I want to provide an link to a particular page in PDF. say for example if user clicks on see page 29. It should take me to page number 29. If any one can help me in solving this problem it will be great. Thanks in Advance. Vinit
2
2,139
thread by: Dvinb1234 | last post Mar 21 '07 by: dorinbogdan
I get this message when i try to start any type of internet (aol, internet explorer, mozilla) and my computer lags up likw crazy and then "Not Responding" then turns off but every other problem works correctly. I dont know why its happening or how to fix it because now i cant go to any website on the internet :/ anyone know how to fix it? It...
1
1,044
thread by: ranadhirnag | last post Mar 21 '07 by: dorinbogdan
We are trying to enforce a couple of business constrainrs with XPATH . A sample xml node is as follows: ..... ..... <event> <element>IE</element> <elementtype>browser</elementtype> <eventtype>Navigate</eventtype> <value>http://www.....com/</value> </event>
2
1,228
thread by: Spike13 | last post Mar 21 '07 by: dorinbogdan
I have thousands of XML files that I would like to import into Access or convert to .txt and then import into access. Can anyone suggest the easiest and fastest way to do this?
1
2,183
thread by: bazza4846 | last post Mar 21 '07 by: sani723
Hi guys, this is probably an easy one for you, I am fairly new to this. I have taken this small chunk of xml from within a larger xml. Within the xslt I want to use an if statement. But not sure of the syntax to get each applicant. <invprty id="G1" index="applicant1"> <appforename>Peter</appforename> <appsurname>Micheals</appsurname>...

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.