473,541 Members | 15,253 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.
1
2,744
thread by: GREGSMITH | last post Oct 25 '06 by: Ovidiu Cos
Hi all, I have an xml file that I am trying to run through XSLT, but the namespace on some of my source objects are causing the xslt to not find the node. Can't I tell xslt to ignore the namespace? xml file snippet: <Shipping xmlns="http://soa.channeladvisor.com/webservices/"> <NameTitle>Mr.</NameTitle> <FirstName>John</FirstName>...
3
9,427
thread by: sakurasyi | last post Oct 25 '06 by: kidbandes
hi there... can anyone help me? i'm trying to create a program that will save the information that i insert into xml files using asp. but, there is an error occur when i'm trying to save the data. this is my code: <%
0
2,960
nirmalsingh
thread by: nirmalsingh | last post Oct 26 '06 by: nirmalsingh
i have created xml file using xslt and it is working well, but i dont know the procedure to view it through html(asp.net). plz help me.
0
908
thread by: murugeswari | last post Oct 26 '06 by: murugeswari
Hi all, I used xalan.jar,xerces.jar and xml-api.jar. I recursively get child nodes within the for loop. But when i use datastreams, Some child nodes are corrupted. The corruptions are occured randomly.(corruption means the child node splitted . for example N_DCTSTCTS is the child node. Sometimes it gave N_ or N_DC or N_DCT or N_DCTSTC )I hope...
0
934
thread by: k7w | last post Oct 27 '06 by: k7w
Hello: I am very new to XML and XSLT. I am in serious need of help. I am taking an XML class and have an assignment that involves XSLT. Is there anyone out there willing to exchange email addresses and communicate via email and allow attachments of NoteTab Light? I need someone to walk me through the steps of <for-each>, <call-templates>,...
0
1,219
thread by: krina | last post Oct 28 '06 by: krina
I am new in this field and have just started learning XML and xslt, Now I am having a XML file.......having structure as follows..... <?xml version="1.0" encoding="UTF-8"?> <page> <item xPos="20" yPos="10" layer="1">This is at layer one <item xPos="30" yPos="10" layer="1">This is 1st child of item one</item>
0
988
thread by: trickyjw | last post Oct 29 '06 by: trickyjw
Hi, I've just started learning xml and have a question to ask. I understand how to create a xml document and bind it etc in dreamweaver 8. I am about to redesign a static website that contains about 150 pages. Question 1 - If I use xml for the content on these pages...how big can an xml document be before its too big. Should I create a separate...
0
1,034
thread by: DmitryS | last post Oct 30 '06 by: DmitryS
Hello! I've ran into a problem creating a SOAP request for a web service. I need to in-line XML schema into body of the message, but I don't know how this can be done. Please help! Thanks in advance, Dima
0
925
Xml
thread by: saravanavs | last post Oct 30 '06 by: saravanavs
For Example :: file1.xml Contains the following code =========================================================================================== <?xml version="1.0" encoding="utf-8" ?> <JDF ID="6" Type="ProcessGroup" JobID="250055" Status="Waiting" Version="1.1" DescriptiveName="PackageInsertsK+C+M+Y1Sid"> <CustomerInfo ...
0
1,022
thread by: bobsmall | last post Oct 30 '06 by: bobsmall
hi, this is my first post, i am a newbie to xml schema and i wanted some help validating an xml document. I am getting an error in putting restrictions on an element with an attribute, can someone give me the xml schema code for the following? element name is "room" and has an attribute of "available-beds" with an integer restriction. The...
0
1,018
thread by: saravanavs | last post Oct 31 '06 by: saravanavs
For Example :: file1.xml Contains the following code =========================================================================================== <?xml version="1.0" encoding="utf-8" ?> <JDF ID="6" Type="ProcessGroup" JobID="250055" Status="Waiting" Version="1.1" DescriptiveName="PackageInsertsK+C+M+Y1Sid"> <CustomerInfo ...
0
1,259
thread by: DMAGNUM | last post Oct 31 '06 by: DMAGNUM
i AM LOOKING FOR SOME HELP IN LINKING AN XLM FILE TO AN EXCEL FILE XLS. I CAN DROP IN INTO AN XLS WITH NO PROBLEM BUT IT THEN BREAKS THE LINK. ANY IDEAS? THANKS DENNIS
0
1,417
thread by: kapsshaw | last post Nov 1 '06 by: kapsshaw
Hi I have xml data for a barcode. I need to apply a transformation to transform that xml data as Code 3 of 9 barcode in xsl-fo.
0
1,396
thread by: ombralonga | last post Nov 1 '06 by: ombralonga
Hi, I'm getting the following validation error with XMLspy when validating an "xsd" file: Schema Error: the group 'DateUnionGroup' is undefined However, in the xsd document the group 'DateUnionGroup' IS defined.
0
1,608
thread by: Ramkumars19 | last post Nov 2 '06 by: Ramkumars19
Hi Friends, I'm trying to write an XML file, Data's from Dataset. I did some coding also, its giving me an error like "Access to this path is denied". Below i have given that code please help me to rectify that problem. DataSet Set = new DataSet(); Set.ReadXml(Server.MapPath("Link.xml")); Set.WriteXml(Server.MapPath("Example.xml"),...
0
1,111
thread by: Ramkumars19 | last post Nov 2 '06 by: Ramkumars19
Hi Friends, i have a doubt. Please rectify it. How to delete an XML file after reading the content to Data Set.
0
1,303
thread by: saravanavs | last post Nov 2 '06 by: saravanavs
Hi , I need some link or source for above mentioned ... please provide some solution for that.. Thanking You Inadvance.........
0
998
thread by: dokmanc | last post Nov 3 '06 by: dokmanc
I've reproduced the same simple example shown in this MS KB article. http://support.microsoft.com/kb/307021/ The example shows how to use an XLS file to appy formatting to an XML dataset and produce an html file. The catch is I won't be given permission to create a file (the html file) on the web server. So, what I would like to do is...
0
1,197
thread by: praveenm237 | last post Nov 3 '06 by: praveenm237
Hi goodmorning to everyone, I am new to XML.I want to know how we can use the XML as Datastore. Can anyone help me regarding this
0
1,701
thread by: MikeRatzlaff | last post Nov 3 '06 by: MikeRatzlaff
Hi I am trying to change a value in my Metadata.xml file (the IIS configuration file). I'm trying to use XMLstarlet to do it, so if you can help me with that then great, but if you can show me another way (like with an XSLT file or something) that would be great too - what ever work! Here's an excerpt of the xml file: <?xml version ="1.0"?>...
0
1,621
thread by: teknowledgy | last post Nov 4 '06 by: teknowledgy
My SQL database has four tables. A couple of the columns in these tables use the xml data type which receive data from custom asp.net 2.0 user controls. Now I am trying to display the data from my tables in formviews that are bound to Object Data Sources. The problem is that the xml data is displaying as one long unbroken string. For...
0
1,272
thread by: jui | last post Nov 6 '06 by: jui
I am currently using DOMParser, i want to switch to DOMBuilder, as the DOMParser is supposedly deprecated...I need help to find the implementation mapping....
0
1,750
thread by: zipzap | last post Nov 7 '06 by: zipzap
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:fp="http://www.w3.org/1999/XSL/Format" exclude-result-prefixes="fp"> <xsl:template match="/"> <xsl:choose> <xsl:when test="local-name(fp:AC_FlightPassesRS/fp:Success)='Success'">
0
1,153
thread by: baskarpr | last post Nov 7 '06 by: baskarpr
I am trying to write a Document object to XML file using FileOutputStream. But I am getting the following runtime error. ( No other compilation error). Exception in thread "main" java.lang.ClassNotFoundException: org.apache.xerces.dom.DOMImplementationSourceImpl Here is my code, I try to write in XML file. //doc is Document object...
0
1,350
thread by: avidcoder | last post Nov 7 '06 by: avidcoder
HI all I am a beginner in XML space . Some one give me ideas about how to develop a """" Good GUI implementation with "xml conversion" using XSLT as backend solution""" Actually i want to convert a xml file into another xml file ( lets us say it as my )standard format "GG" using XSLT .Additinoally i need to add some extra...

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.