spacing and pictures

1456 byte By everytime at 2007-11-19 9:04:51
there how do i make a space for the first set and the 2nd one make the images appear in the stock column ... thanks for help<TD><xsl:value-of select="weight"/> "need a space here" <xsl:value-of select="weight/@units"/></TD>and how do i make the images appear <xsl:for-each...

Why so many text nodes in DOMDocument?

410 byte By romsky at 2007-11-19 9:08:23
Hi ,in my project I use xerces-2.4 for creating DOMDocumentout of xml file. When I traverce the resulting document I seeso many DOMText nodes. Where they come from?What is the algorithm DOM uses to create the node tree?Could I with some feature settings ( like DOMBuilder::setFeature(XMLUni::fgDOMCom...

xerces c++ memory leak? Or what is wrong in this code?

1127 byte By jallmer at 2007-11-19 9:09:34
Hi folks,I ran into trouble running the following code:I use this approach all over the place and it isleaking alot of memory. I have no idea why, though.MS visual studio shows part of the strings that are leaked,so I know that the string going into pngpfExtractionProfile is not properly deallocated...

Retrieve multiple attributes with XPath

899 byte By samsquared at 2007-11-19 9:14:34
I have an XML file that's similar to this (each element has more attributes):<DocBuild name="ABCD"><XMLDependency name="Name1" product="Product ABC" area="JKL" /><XMLDependency name="Name2" product="Product DEF" area="MNO" /><XMLDependency name="Name3" product="Product GHI"...

jaxr

156 byte By everytime at 2007-11-19 9:15:31
hi there, anyone here can point me in the right direction to where i can pick up jaxr from ??<br/>tutorials and exercises with answers to try on too ??

Schema optional element followed by any element

2456 byte By 808paulson at 2007-11-19 9:17:06
I have an XML document that has a sequence of elements and one optional element (occur zero or more times). I want my XML schema to validate future addtions to the XML format so I tried using the xsd:any element but I get an Unique Particle Attribution error with Xerces C++ Parser.Here's a sim...

XML Schema Content Model based on attributes

613 byte By 808paulson at 2007-11-19 9:19:55
Is it possible to use schema to define Complex Types that contains different contents based on an element's attribute?For example<address country="US"><street>123 Main St</street> <city>Any Where</city> <state>ND</state> <zip>43254&...

Using XML inside ASP.Net apps

747 byte By bjswift at 2007-11-19 9:19:58
I was given a web address, which generates an XML file, based on criteria. The site is like http://www.sitename.com/search.html?data=<?XML version...... ><Criteria1>SOMTHING</Criteria1><Criteria2>SOMTHING2</Criteria2>....What ends up in the browser, is the data in XML...

XPath, I dont want to select these elements

1086 byte By PaddyDwyer at 2007-11-19 9:22:18
First off I want to say I don't have a problem. I just want to know if this is the best solution.I have an xml file that looks like this<wi> <name>Paddy</name> <address>Tuam</address> <fav-fruit>Apple</fav-fruit></wi>I want to use xslt to transfor...

XML model

429 byte By sj99 at 2007-11-19 9:24:50
Hi I am very new to XML but a veteran C++ programmer. I am trying to create an XML file from my data. I have been given a DTD file. Note, I don't have to read the XML, only create the XML. I would like to get any advice on if I should use Xerces or create my own model to read the dtd and write...

what are those namespaces?

155 byte By techieTex at 2007-11-19 9:25:00
I'm new to XML and its related technolgies. I see so many namespaces included in it. Can somebody explain what their purpose is?<br/>Thanks in advance

Xpath problems....

836 byte By sharon_kirby at 2007-11-19 9:26:54
Hi:i m new to xpath. i am trying to use xpath to select data from xhtml.Can i know how can select only one of the child ? take for example:- <table border="0" cellpadding="2" width="100%">+ <tr>+ <tr>+ <tr>+ <tr>- <tr><td>Number of Kids</td> - <td&g...

Dom

3339 byte By sharon_kirby at 2007-11-19 9:27:02
Hi all:I am totally new to DOM. Currently, i am using DOM to help me to extract data from my xml file. This is the code i got from internet and modified:import org.apache.xerces.parsers.*;import org.w3c.dom.*;import org.xml.sax.*;import org.w3c.dom.NodeList.*;import java.io.*;import java.util.*;publ...

xslt, double grouping with sum count

4233 byte By sc. at 2007-11-19 9:28:45
I have a document:<?xml version="1.0" encoding="windows-1251"?><books><book> <date year="2000"/> <author name="Author1"/> <publisher name="Publisher1"/></book><book> <date year="2000"/> <author name="Author1"/> <publish...

Javascript called from an xsl:what is wrong here?

3091 byte By livehed at 2007-11-19 9:30:10
Hi there,I have the following xsl in which I am calling an javascript function "ChangeParentNodeName".When I apply this xsl to the following xml, I am getting a javascript error "Object required...Error returned from property or method call".Where am i going wrong...?Here is my xml:<?xml-styleshe...

lang Boolean function in jaxen 1.1 beta 6

974 byte By ffkiller at 2007-11-19 9:31:08
HiI wonder whether Boolean function lang() in jaxen 1.1 beta 6 (latest verison) work properly? I have one XPath expression which can successfully select nodes in XPath Explorer but doesn't work in jaxen.My xml file is like this:<?xml version="1.0" ?><Config> <main> <Name&g...

Reg : PDF Greek Characters Issue

503 byte By R. Ravi Kumar at 2007-11-19 9:31:19
Hi, Can we useMultiple charsets using fop?. I'm using FOP-xsl-xml To generate the PDF. I'm haveing a problem with the Greek Characters like ≤,≥, ∑, , α. Please tell me if you have any idea what type of Encoding to be used to display the Greek Characters in PDF. But...

How to rename an xml node using xsl?

774 byte By livehed at 2007-11-19 9:31:24
Hi there, I have an xml structure like below. <Root> <Books Name="C++" Author="Unknown"> <Book Price="30"/> <Book Price="50"/> <Book Price="45"/> </Books> </Root> Using an xsl,I want to rename only the Books node to "TechBooks" and this new node...

very urgent !

769 byte By JasonWalter at 2007-11-19 9:31:38
I really want know what XML can help, can you just please write a very simple example in XML to meke me undertand XML do. Please, I need help undertand how it does,I have a DEITEEL book but its bad, it doesnt tell me to do things applicable in real situation and with other programming languages. I w...

Tables with XSL

483 byte By nyp112 at 2007-11-19 9:34:05
I have an XML file I'm outputting in a table with XSL, but I need to add new functionality. The first row across the top is generated values of a certain node. The subsequent rows are data from nodes. I'd like to match the values such that the columns line up with the "header" of each colu...

Easy xml/xsl question (not easy for me though...)

973 byte By bjswift at 2007-11-19 9:34:43
I am working with an XML file, and trying to apply an XSL to it, so that I can get the formatting into tables, nice and neat looking... HOWEVER! There are parts of the XML that go like this..<item_detail_records> <product_id>12345</product_id> <upc>00112233</upc> &...

An XML application server problem

1293 byte By rabin0421 at 2007-11-19 9:36:51
I'm developing an xml application server program which takes xml files uploaded from some xml clients and then do some processing on those files and then dispatch the processed xml files to other clients.The client reads an xml file from its local site and send it by way of streaming on an Http...

hey why dont this work :(

634 byte By definition at 2007-11-19 9:36:57
<xsl:for-each select="/content/Email/Body/Paragraph"> <p><xsl:value-of select="Paragraph"/></p></xsl:for-each>MY XML is this <content> <Email> <From>Support@#####.co.uk</From> <Subject>###### Subscription</Subject> &...

How to use html tags, inside CDATA

1394 byte By bjswift at 2007-11-19 9:37:27
Hello. I am working with XML data that has HTML tags embedded in the data, but instead of using pre-defined codes for the '<' or '>' signs, they used CDATA, here is my example of what I have to work with...<user_comment_detail_records><username>DoeJ</usernam...

query question for VB6

2242 byte By Ewoud at 2007-11-19 9:44:29
Hi,If you have any experience in using Xpath along with XML in VB then please take a look at my question here:====================================================================Trough Xpath I'm trying to accces certain value's in the following xml file source:==========xml source=========...

conversion of XML parser written in C++ using xerces library into a parter in c#

238 byte By ankitvivek at 2007-11-19 9:45:01
hi<br/>i have a spercific parsen written for a specific file using xerces library.<br/>now i want to parse the same file in c sharp<br/>can i use the same code of c++ in c sharp.<br/>or what can be done with minimum effort.<br/>ankit

Using XML Schemas in C++ Unmanaged Code

198 byte By RoyceF at 2007-11-19 9:47:19
Hi<br/>I am trying to use a "from" schema and a "to" schema to transform an XML stream in unmanaged C++ using the MSXML3/MSXML4 DLLs. Does anyone know how to do this?<br/>Thanks,<br/>Royce

how to parse xsd file in xerces?

264 byte By mgore at 2007-11-19 9:51:45
I have a xsd file, using which I want to create java and c++ classed for the elements.<br/>how can I parse an xsd file in xerces to get the structure of an element i.e its attributes etc?<br/>any sample code will be welcome :-)<br/>Regards<br/>Mihir

Pass info from page to page

95 byte By thisObject at 2007-11-19 9:55:00
How can I pass info that a user types in a textBox in one xml page to another xml page? Thanks!

XSLTInputSource

748 byte By sharon_kirby at 2007-11-19 9:57:37
hi all:i am totally new to xalan. in xalan 1_0_0, XSLTInputsource can take in the input xsl file as a document like this:XSLTInputSource xmlIn = new XSLTInputSource(xmlDoc);XSLTInputSource xslIn = new XSLTInputSource(xslDoc);XSLTProcessor processor = XSLTProcessorFactory.getProcessor();processor.pro...

Language Conversion using XML

135 byte By s01 at 2007-11-19 10:00:02
Hello...<br/>Can anybody help me on Language Conversion using XML & ASP ?? i.e from english to german, and so on...<br/>Thanx n Regards

Search Text

112 byte By CoolStar at 2007-11-19 10:07:07
Hi All ,<br/>In XML file I want to search Items by their Node text. <br/>How should I proceed for that

XmlSchema compilation problem (.NET Framework 1.1)

5182 byte By fuzzy_chain at 2007-11-19 10:10:16
Hi all, I am working on an application that needs to be able to read and lean on theXMLSchema information contained in the web service description(wsdl).After i got a wsdl from address : http://ws.cdyne.com/delayedstockquote/delayedstockquote.asmx?wsdl, I attempt to get its schema and compile using...

Problems creating xsd with restrictions

2021 byte By clatten at 2007-11-19 10:13:50
I have a couple of xml files I'd like to create xsd schemas for. This is not so difficult but the problem is that the strcuture of the xml file (something I can't easily influence) is strange.The trouble section look like this:<applications> <version>1.0</version> <ap...

Basic Idea of XML

319 byte By amarjitamarNew at 2007-11-19 10:18:41
I am very new to xml. I want to convert a data that is in XML format as below. I want to convert the data that is inside into a SQL server database. I know VB6. Can anyone give me a overview of the xml i have a given belowi want to extract the information from the same.The xml i have attached here....

XSLT Help!

1022 byte By sharon_kirby at 2007-11-19 10:20:38
Hi:I am xslt newbie. can any kind soul please tell me, whats wrong with my code. i am transforming xhtml to xml.<?xml version="1.0" encoding="ISO-8859-1" ?> - <HTML>- <HEAD> <META content="noindex,nofollow,noarchive" name="robots" /> </HEAD>- <TABLE border="0" c...

XSLTransform fails with xmlns in DocumentElement

1815 byte By JetDeveloper at 2007-11-19 10:21:13
Here is my XSLT file<?xml version="1.0" encoding="UTF-8" ?><xsl:stylesheet version="1.0" xmlns:xsl=" http://www.w3.org/1999/XSL/Transform"><xsl:output method="xml"/><xsl:template match="/"> <DATA> <xsl:for-each select="SASISearchResponse/Student"> <R FIRSTNAME...

Edit a XML File using VC++

664 byte By Kris_V at 2007-11-19 10:22:12
Hi All,I am working on VC++.I have a file named abc.xml and somewhere in the middle there is a statement "Value = 5". Now i want to change the value to 15.I started this by using a CFile object,opened in ReadWrite mode but i am not able to proceed further. How do i search for the Tag "Value" since i...

Newline character problem with XML

427 byte By navinkaus at 2007-11-19 10:22:41
Hi, I am facing a problem with newline character in xml file. When I read the value of a attribute which contains a newline charater, return only Line Feed not Cariage Return. Or in short When I read the values of attributes I don't get the newline character. How can I retrive the newlin...

Encrypt and Decrypt XML Code

79 byte By FundooGuy at 2007-11-19 10:22:56
Hi,<br/> Anyone tell me. How to Encrypt and Decrypt the Xml file using C#.NET

ebxml

163 byte By everytime at 2007-11-19 10:25:09
hi there , may i know are there any full examples for ebxml ... removeobjectrequest , adhocquery , updateobjectrequest and submitobjectrequest<br/>thanks ...

Rss

96 byte By remotehireman at 2007-11-19 10:33:20
Hi,<br/>Does someone know where to look to exchange RSS news information between websites ?

XSD problem

1056 byte By Keith Holme at 2007-11-19 10:33:42
To demonstrate exactly the problem I am having I have attached a Visual studio project which contains the xsd files that I am trying to create datasets for. If I open the xsd's in visual studio I would expect to be able toright-click and "preview dataset" / "Generate dataset".First problem is t...

Xsd

3109 byte By Keith Holme at 2007-11-19 10:44:11
HiThe following is an extract from an XSD that I am trying to generate a Dataset for. I get the error message "Undefined data type: YesNoID". I am new to xsd's but all seems ok to me. Any ideas/help would be appreciated.CheersKeith Holme<?xml version="1.0" encoding="UTF-8" ?><xs:schem...

Doubts in xsl engine?

168 byte By sharon_kirby at 2007-11-19 10:46:46
Dear khp:<br/>haha, i should post a new thread.<br/>what you mean by xsl engine? i am using java transformation class to help to transform the xsl.<br/>thanks

Xerces-c++ parse input stream and write UTF-8 doc

491 byte By Daron1234 at 2007-11-19 10:47:29
Hi,I have two questions:1.I received an UTF-8 XML-Document over an socket connection. I hold the XML Document in a std:string. Now I want to parse it using DOMParser from Xerces. Unfortunatly I find only examples, where the DOM parser reads an XML-File from the harddisk. How can I parse the XML Docu...

Xpath help again

1530 byte By sharon_kirby at 2007-11-19 10:50:23
Hi:I have try to transform with this xml file with my stylesheet.<?xml version="1.0" encoding="ISO-8859-1" ?> <html xmlns=" http://www.w3.org/1999/xhtml"><head><title>Help</title></head><body><table><tr><td>Demo</td><td>Hello<...

Sorting problem

1768 byte By anki at 2007-11-19 10:52:04
Hi guys,Here is the XML file:<all><log_entry run_time="4084" action="retrieveUserPreferencesBean" username="Matt"/><log_entry run_time="4085" action="filterBean" username="Jason"/><log_entry run_time="4086" action="retrieveUserPreferencesBean" username="Joe"/><log_entry ru...

XSLT help!

2107 byte By msf145 at 2007-11-19 10:52:10
I am having trouble with using XSLT. It's confusing as to why but basically I have valid html and I am transforming it to my own xml. What I want to do is the following:I have an html table. There are many elements in a <td> element.For example it may look like this:<td><p>thi...

DLL in XML

290 byte By anand123 at 2007-11-19 10:58:46
hi ,<br/>very very urgently require a solution to this problem.<br/>how to use a DLL file and its functions in a XML file , so that i can call this XML file from an flash file.<br/>So i wil be thankful to you, if you can share any solution you have <br/> anand