473,553 Members | 2,954 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,081
thread by: cfunn | last post Jan 21 '07 by: cfunn
I have an XSL stylesheet that is working fine. I need to add one piece of data to all the records that is not in the XML i am using I need to add C12345 to each record <ordertype>c12345</oredrtype> Here is my current .xsl Thanks for any ideas Craig
0
3,374
thread by: HP17 | last post Jan 21 '07 by: HP17
Hi all, I am a bit desperate already trying to display a XML file using XSLT. I create a table and use <xsl:for-each> to extract every element node. This is working fine. What I want now is so format every column with a color (e.g. red) if the element value is the same as the one in the next node. if the value changes if should change the color...
0
1,085
thread by: Kamran Malik | last post Jan 23 '07 by: Kamran Malik
Hi, I am stuck due to a problem in creating the PDF from ASP page using Antenna house Evaluation version. When I supply my XML and XSL to the GUI of XSL formatter then it generates PDF successfully but when I do this using Command line or ASP page then it generates PDF with no output. I attach the Code that I am using. Does XSL Formatter have...
0
1,843
thread by: jparulan | last post Jan 23 '07 by: jparulan
Hi Is it possible to parse a particular element (SECTION) from a repeating set of xml element tags. See Example below: Using XMLDOM parser. Can I achieve to get all the set of element tags under i.e. CUSTOMER_ID=201?? (see below) <name>Johnny</name> <address>200 Lexington Ave</> <zip>70340</zip> <phonenumber>800-456-0003</phonenumber>...
0
867
thread by: shrinikeish | last post Jan 24 '07 by: shrinikeish
Can anybody help me about " Development of XML file format for Xfig"
0
1,062
thread by: Starlite | last post Jan 24 '07 by: Starlite
hi, does anyone know how to generate a table of content in XML file using perl script? Thanks.
0
1,147
thread by: alaa123 | last post Jan 24 '07 by: alaa123
please i really need help to make a start I need to write an XSLT script that takes a file as its input and produces bargraph as its output the file (input) svg:svg xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:svg="http://www.w3.org/2000/svg" width="555" height="320"> <svg:text x="277.5" y="20" text-anchor="middle"...
0
950
thread by: nightowl | last post Jan 24 '07 by: nightowl
Hello. I'm new to web services. I'm trying to test my web service. It both accepts and returns an XML attribute type, and I'm looking for the best way to test it by giving it data, and viewing the results. I did the introductory 'Hello World' web service and it was easy to test because it simply returns test. But I'm returning an OBJECT and...
0
1,042
thread by: animatix | last post Jan 24 '07 by: animatix
this is how far i have gotten. <pathtoslides>www.animatix.us/slides/multi/VAR PIC</pathtoslides> <pathtoproj> pop up path to fullproj, syntax flash to trigger embedded javascript to load new window. www.animatix.us/proj/multi/VAR PROJ <slide01> <who>estee lauder</who> <detail>global merchandising conference : design +...
7
19,838
thread by: Starlite | last post Jan 25 '07 by: sash
Hi, Does anyone know how to diaplay an image in XML using CSS?
0
961
thread by: Starlite | last post Jan 25 '07 by: Starlite
hi, i have an xml document.. the information are arranged in chapters and sections.. there is also a contents page .. right now i'm trying to link the contents page to the respective sections.. such that when i click a particular section in the contents page, it'll go to that section immediately .. Does anyone know how to do this? Thanks.
0
1,220
thread by: vhrao | last post Jan 25 '07 by: vhrao
I am designing a XMl schema. If I have to limit the element to a single value from a set of two or more values, is it good to use enumeration or choice - Can someone tell me pros and cons? Further can I use "abstract=true" on either enumeration or choice and which would be more useful?
0
1,790
thread by: compumate99 | last post Jan 27 '07 by: compumate99
I am trying to parse the xml document using selectsinglenode method. I am doing this using Visual Foxpro >>> loResultXml = CreateObject("Microsoft.XMLDOM") With loResultXml .Async = .F. .Load(pcXmlFile) oPackage = .documentElement.SelectSingleNode("//Package")
0
922
thread by: snapel | last post Jan 27 '07 by: snapel
I need xml or wml script which randomize quote from txt file. Each quote per line. Can some1 help??? But plz do not use PHP And besides i need the same xml or wml (but not php) guest book with pages no MySQL and only with Name and Coment enters
0
892
thread by: ksu girl | last post Jan 29 '07 by: ksu girl
hello I have a graduation project about exchanging medical records among hospitals. we want to be able to send & receive medical records from one hospital to the other. we decide to use XML for exchanging, thus, we need a standard structure known for each hospital for exchanging purposes. so, when one hospital asks for medical record...
0
1,126
thread by: ClarkePeters | last post Jan 30 '07 by: ClarkePeters
I don't have any problems with select1 or textarea with my xforms in firefox 1.5.0.9, but I can't seem to get my "select" several choices to work. I need to select zero or more of several choices. (more than one choice allowed to be checked) here's my instance.xml: <?xml version="1.0" ?> <test> <ii id="1"> <qu id="0"> <ans id="1"...
1
1,451
thread by: daleko | last post Jan 30 '07 by: sharpeffect
Hi All, I have to add to my xml the element that look like: <smemn:member xmlns:scatm="conceptispuzzles.com/xsd/core/atom" xmlns:xi="http://www.w3.org/2001/XInclude"> I did something like this: XmlElement xmlElementChild3 = xmlDocument.CreateElement("smemn", "member", "conceptispuzzles.com/xsd/core/atom"); but I did'nt received the...
0
945
thread by: Ananya1 | last post Jan 31 '07 by: Ananya1
I have an xml element definition like this <xs:complexType name="OList" mixed="true"> <xs:sequence> <xs:element name="Child" type="class:OListICollection"/> </xs:sequence> </xs:complexType>
0
1,407
thread by: billynile | last post Jan 31 '07 by: billynile
Hi, I've been working on this forever now and it's starting to feel like i'm chasing my tail. Basically all I want to do is get a single node "Version" and change the text. Here's where I'm at sofar. Any help would be awesome. Below is my code and the XML content is below that. Try xmlDocument =...
1
2,501
thread by: Shrek | last post Feb 15 '07 by: dorinbogdan
My xslt file contains a passed parameters <xsl;param name="Widths">70px,70px,70px,100px,100px</xsl;param> which I want to use to sets the widths of my table columns . when I create my table I make the following call. <tr> <th valign="bottom" width="{foo:GetWidth(0)}">Length<br/>(units)</th>
0
1,741
thread by: varun aggarwal | last post Feb 23 '07 by: varun aggarwal
Hi i am very new to XML ( just started yesterday). I am confused that how can IDREF will know which ID to refer to for example <!ELEMENT take1 (takeID1)> <!ELEMENT takeID1 EMPTY> <!ATTLIST takeID1 takeIDAttribute1 ID #REQUIRED> and
1
1,398
thread by: byquestion | last post Mar 20 '07 by: dorinbogdan
Hi there xslt gurus, i am kinda new to xslt and having difficulty to implement my some iterations. i need to recreate an xml file by using xslt. here is the sample xml file(input for xslt) <Flights> <Flight> <FlightLeg > <BookingClassCodeList> <BookingCode Value="C" /> <BookingCode Value="Y" /> ...
1
2,176
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>...
2
1,227
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
1,042
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>

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.