Urgent XSL help required

418 byte By prasanna_godugu at 2007-11-19 12:34:55
HiI am using search engine which will give output as XML data (XML data file attached Sample.txt ),this XMl data need to displayed in specific format (Format Image attached Result.jpg ), could please some one give me XSL file which can display XML data in given format in attached jpg file, any help...

Xsl

541 byte By Bnt at 2007-11-19 12:37:19
Hi All,Is it at all possible or is there a way to achieve this. I want to select a value from my xml document and use this as the select attribute of an <xsl:value-of> tag.ie:<xsl:value-of select="<xsl:value-of select="node">">or<xsl:value-of><xsl:attribute name="select"&g...

Excluding a tag from a copy-of select

722 byte By bjvad at 2007-11-19 12:38:58
XSL help needed pls!!Currently, I have this XSL which is working fine with a third party software XML message.The XSL has a tag <xsl:copy-of select="."/>There's no way to know what tags are sent within the input XML.Currently, there is a tag that looks like:<Engineer>Jimmy</Engin...

XML Schema: Restriction on element sequence based on attribute value

1110 byte By meteoric at 2007-11-19 12:45:10
I have the following scenarios:Example 1 ================<m1 value="A"> <m2></m2> <m3></m3></m1>================Example 2 ================<m1 value="B"></m1>================<m2> and <m3> tags are only going to be available if value=A, and...

XML opening tag problem

1027 byte By seanomuiri at 2007-11-19 12:45:23
Hi thereI've just saved a new xml/rss webpage and went to an RSS Validation website to see if it setup properly - however, I encountered the following problem - the RSS Validator ( http://feedvalidator.org) says the following:"XML parsing error: <unknown>:1:1: xml declaration not at start...

general xml/xpath functionality question

1956 byte By mrUnderdog0 at 2007-11-19 12:45:53
I have recently been working with XSL and XPath, and I've run across a problem implementing an Xpath expression I believe should work but for some reason doesn't. Rather than list the multitudes of trial and error xpath I've written, I will pose the problem in terms of an example. I...

Xsl-fo

565 byte By Bnt at 2007-11-19 12:47:13
Hi,Do browsers have support for XSL-FO processing? I'm looking to use XSL-FO with XSLT to make prinatble reports for clients. I want to distribute the info to them over the web. Currently I use XSLT to format the info into a viewable report, which users would view in their browsers. The problem...

Design issue in an application using XSLS

697 byte By smuftee at 2007-11-19 12:51:35
Hi...My problem is this:I am coding using ColdFusion and I am basically generating XML documents through the code. For each CF web page, there is a corresponding XSL which displays it on the web.I need to create a template which has a header image, some side menus and a footer. I also need to add th...

XML validation using XmlValidatingReader

495 byte By ummar_abbas at 2007-11-19 12:52:35
Hi,I have a XML file which I want to validate against an XSD. However this XML file has NO references to this XSD. I am using the XmlValidatingReader class in C#. I added my XSD to the Schemas in the validatingReader.However my validation throws an exception at the root element saying its an undefin...

Saving XML in a multiple-domain environment

395 byte By samsquared at 2007-11-19 12:53:17
(I am an XML novice so this question may not be worded correctly.)I need to be able to update/save (save method) an XML document in another W2K domain. To connect to the other machine via the network requires logging in with domain\userid and password. Is there any way to do this? I've tried...

xsd: problem concerning derived by restriction vs. extension

1389 byte By gsi at 2007-11-19 12:55:54
I am writing a schema with xml spy and found the following problem.1) I start with a complex type, as a String Parameter with an attribute <xsd:complexType name="StringParam"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="resourceType" type="x...

problem with preserving spaces in xml

1139 byte By abhikallapur at 2007-11-19 12:56:50
I am not sure why you are getting the 'Version error'. I used the 'xsl:text' tag in my code and I did not get any error though I too was using version 1.0. The only limitation of this tag is that it displays only one white space even if you put more than one. Here is the sample c...

XPath Libraries for Java

273 byte By treborgtr at 2007-11-19 13:04:24
Does anyone here know of an XPath parser and solver for Java? I have an XML file I can parse, but now I wish to find a library that can solve the XPath expression, particularly the ones that are listed on the XForms Basic specifications. Any ideas? Thanks!!<br/>Robert

java xml parsing

7021 byte By p_bunny at 2007-11-19 13:06:07
JAVA XML PArsing ------------------------have an xml sturcture as shown below:<cnv:conversion xmlns:cnv="urn:ssis-conv" xmlns:xsql="urnracle-xsql"> <cnv:roottag support="yes" destag="xfw:script"><cnv:addattr name="debug" value="no" /><cnv:addattr name="xmlns:xfw" value="urn:scb-...

How to read it

271 byte By Comca at 2007-11-19 13:08:32
I have a very large xml file(20mb), I can't open it in any browsers to see the content, my boss asks me--'brand-new' employee-- to look for a way to read it ? <br/>He sounds crazy, right ?<br/>I am really stuck...worried too, please help me. <br/>Thank you

XSD problem with repeating elements in any order

1050 byte By rrk_v at 2007-11-19 13:18:06
I have the following xml. <book> <author> <name>John</name> <mail>john@ptc.com</mail> </author> <publisher> <name>KT publisher</name> <address>KT city</address> </publisher> <author> <name&g...

XSLT editor in Visual 2003, others??

254 byte By Jim Bassett at 2007-11-19 13:22:49
I see VS 2005 is going to have a XSLT editor in it, XML spy has an add-in for one and there are various XSLT editors including one that is titled "Visual XSLT", $295. Is there on already in VS 2003 and any suggestions abotu other good ones in the market?

how to query a nodeat xml file

1139 byte By saqqa at 2007-11-19 13:26:31
hi guys...im trying 2 query a node in XML in any way using xsl,xslt or html filehere is sample.XML ===================================================<resumes> <resume> <name>joe</name> <age>23</age> <job>programmer</job> <skills>...

MSXML selectNodes inquiry

1107 byte By cunnus88 at 2007-11-19 13:27:28
Hello, everyone!I'm wondering whether it is possible to limit the scope of the selectNodes method to a single tier. To be specific, consider the following XML code:<TIER0><TIER1><TIER2>XXXX</TIER2><TIER2>XXXX</TIER2></TIER1><TIER1><TIER2>XXX...

Xml

580 byte By Improving at 2007-11-19 13:29:21
What do you guys use for XML parsing,generation and validation by dtd and schema?Ideally I'm looking for something maybe STL/Boost based.I think on windows there is a COM object i could use but I would prefer a more portable solution, so what do you guys use for this?Are there any free C++ libs...

Node selection by value using MSXML

1249 byte By cunnus88 at 2007-11-19 13:29:24
Hello, everyone.I have question about using selectnodes and XPath queries with MSXML to obtain a node collection based on value and not name.Consider the following, simplified document:Code:<TIER0> <TIER1> <TIER2> A </TIER2> <TIER2> B...

Urgent...

547 byte By shrividhyan at 2007-11-19 13:30:51
Hi.I am using XML XSL Transformation:I am getting the follwing error.Dnt know wat it means.Want urgent help!!!!!VidhyaThe XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. ------------------------Swit...

Rss

186 byte By queenz at 2007-11-19 13:34:27
i have created RSS(really simple syndication) page. it's a xml file. but i don't know how to add this RSS into my html page and also i want to know how it works. very urg. pls.

MS Word to XML

214 byte By anandjk1 at 2007-11-19 13:35:00
Hi<br/> I need to know the best process to convert an MS Word file to XML format. As far as I know it will be possible in MS Word 2003 by converting the MS Word to XSL and then to XML. Please help in this matter

Proper way to handle single and double quotes in an Xml document

499 byte By Jaja at 2007-11-19 13:38:54
I am using the XmlDocument object in .Net 1.1 and was wondering about the proper way to handle single and double quotes. Right now before writing the value to the XML, I do a search and replace on the data and substitute the single/double quote with placeholders, and then when reading the values ou...

Strange problem,

1264 byte By Wolvorine at 2007-11-19 13:40:46
I used to work on MSXML.dll and now i wanted to switch on MSXML3.dll, i have changed my code variables easily by placing MSXML2 namespace everywhere and using Document2Ptr etc. But this time it doesnt loading all kinds of XML , it only load few ones while on other it just gives faliure in loading. I...

Encrypting content in an XML document.

252 byte By ranax at 2007-11-19 13:46:28
Can anyone offer a tutorial that explains how to encrypt content in an XML document. I can't seem to find much on the subject and what I have found at http://www.w3.org/TR/xmlenc-core/ doesn't clearly explain the concept. Thanks in advance.

Schema validation in time of update.

727 byte By Korol at 2007-11-19 13:48:42
I am a beginner and trying to do everything right from the start.I have XML and schema that validate my string. Everything works fine when I load it to my page. But user has an ability to update my XML and I want they insert to be valid. Of cause I can use javascript to do validation but since I alr...

Restrict CDATA value length in Schema

1351 byte By Douha at 2007-11-19 13:49:19
Hi all,I have an XML file where all to elements for the data are contained in CDATA sections. I have a schema created that is working right now although it is pretty dumbed down. I have a need now to insert into the schema a restriction on the length of the values in the different elements.The xml...

XML Response Display Problem

732 byte By anshubansal2000 at 2007-11-19 13:51:35
Hi,I want to display the output of XML request into ASP form. So I am using XSTL transformation for this. I am facing problem in Displaying..Please have a look on the code StreamReader responseData = new StreamReader(rsp.GetResponseStream()); XmlTextReader...

Deriving DTD/XSD from XML - do we need it?

440 byte By FreelancerDM at 2007-11-19 13:54:57
Hi everyone!I'm thinking of writing an article to dev-archive, on topic of deriving Document Type Definitions and (maybe) basic Schemas from XML document.The question is - do we need it?My idea is: it can be useful for creating DTDs/Schemas from "reference" XML documents, to help validating doc...

Passing values from XSTL transformation

518 byte By anshubansal2000 at 2007-11-19 13:56:28
Hi,I am sending a XML request to web services and getting Response in XML. Then I transform the XML response and now I am transforming it thru XSTL and displaying it into an ASP form.Now My problem is taht I want to pass some parameters from this XSTL to another ASP page...Something like Response.re...

Bad performance validating an XML file with XML Schemas.

1058 byte By miriamca at 2007-11-19 13:56:41
Hi all,I have been trying xerces 2.6.0 (xerces C++) validating some XML files against XML Schemas. I have realized that xerces performance decreases a lot when you reference bigger XML Schemas.For simplicity, I have done some test with SAXPrint sample distributed with xerces and try with different X...

XSL transformation problem(s)

350 byte By FreelancerDM at 2007-11-19 13:58:29
Hi everyone!I have a problem w/ CDATA section.How can I construct a template rule to access a CDATA section?I tried: <xsl:template match="*[contains(name(),'![CDATA[')]"> ...but it doesn't seem to work.Any ideas?Thanks in advance, Dmitry....

HELP. XSL problem

2908 byte By awjob at 2007-11-19 14:00:48
hello, I am haveing a problem with a XSL file. I am trying to add up all the quanties of each of the items and compile a shopping list. here is some of my xml file<menu> <recipe> <head> <title>$20,000 Prize-Winning Chili</title> </head> <ingredients&...

question regarding <xs:choice>

717 byte By doglin at 2007-11-19 14:02:44
Hi all:I just have a quick question, if I have something like the following <xs:element name="person"> <xs:complexType> <xs:choice> <xs:element name="employee" type="employee"/> <xs:element name="member" type="member"/> </xs:choice> </xs:compl...

how do i make sure an element only takes on a certain set of values

774 byte By doglin at 2007-11-19 14:02:46
Hi:another question, :$ how do i make sure an element only takes on a certain set of values ? what i mean is the following,suppose i have an element called <type>, now <type> can only takes on event, classifed and QandA<type>event</type><type>classifed</type><t...

How to use MXXML3.0 to read, modify, and write an XML file

1289 byte By pagalmes at 2007-11-19 14:18:42
Hello,Question : How to use MXXML3.0 to read, modify, and write an XML file ?I am trying to write a filter which reads an XML file, applies some modifications, and then writes the result to a file. I am using the MSXML lib and visual studio 6.0.The solution I have found is :- read the XML file (SAXX...

My Node Attribute teller

2819 byte By Wolvorine at 2007-11-19 14:23:58
i have created a function that works fine for me but sometime when it has last attribute of any name then instead of getting its original value it takes sometimes #text as value ...please check my below program and tell me how can i improve it by taking original values perfectly.Attribute names are...

Updating an XML file which is available on the eXist database using C/C++

297 byte By mustico at 2007-11-19 14:40:37
Hi all,<br/>I must write C or C++ code to update an XML database which is available on eXist Database and also I must do this via using XML-RPC. <br/>I read some tutorials about it and reached some C/ libraries, but I could not find any solution to do this.<br/>How I can handle this problem?

XML InnerText x Value

854 byte By jsiii at 2007-11-19 14:41:02
Hello, I am quite new to XML and have this problem:I want to generate and read XML structure like this. I want to read and write values "a", "bb" and "cc".<A> a <BB> bb </BB> <CC> cc </CC></A>I am using Element nodes. I tried to access...

Unit testing for XSLT

955 byte By pavel.sher at 2007-11-19 14:44:57
I would like to announce Juxy - simple library that makes it easy to write unit tests for XSLT stylesheets. Juxy is best suited for the projects where both Java and XSLT are used simultaneously.Juxy features include:- Ability to invoke individual xsl templates and pass them any parameters. - Ability...

Datagrid using XML DSO

1124 byte By Sam Hobbs at 2007-11-19 14:47:31
I think I am close to getting this to work but I need some details. I am using a DataGrid to show XML data; the language is VB 6. I think I have everything, except I don't know how to set up the DataGrid control so that it shows the XML data. So for test puposes I am using the MSXML SDK's...

Wsdl

282 byte By Benjay at 2007-11-19 14:51:07
I'm trying to get up to speed on WSDL and SOAP requests. I've educated myself on the purpose and structure of both. My question is this: Do any of you have recommendations on what software applications or programming tools/libraries to use to format WSDL/SOAP requests?

send XML file to web service

453 byte By blackrebel at 2007-11-19 14:56:05
hi,I'm having a problem with sending XML variable from Excel 2002 using WSTK. I found a sample code which receives XML variable from Web Service.The code passes XMLDocument to Client(Excel) and the client recieves the XML variable as a node list. It worked. However, when I try to send XML node...

MSXML 4 Save to file

549 byte By xavierkj at 2007-11-19 14:57:38
Hi all I have a XML in which the child nodes of the root node are single nodes. That is they have no child nodes or values but just have attributes like < node value = "my value"/>. When I save this xml to a File using MSXML 4 parser the single nodes are saved as like < node value=" my valu...

Why doesnt my xalan react ?

284 byte By ishiwaka at 2007-11-19 15:01:07
I included it into my dirpath, but I can't get my xsl file compiled :(<br/>In what way can I test if my xalan and xerces work fine after the path for their jar files are in dirpath ??<br/>I am stuck at the dorr, lcan't move out or move in. Help me :(<br/>-ishiwaka

XSLT modying HTML tag

1222 byte By neekobooyyaakashaa at 2007-11-19 15:05:14
hello...I am trying to modify an IMG Html tag. someone please tell me why this isnt working!! it just returns blank...see the effect here: http://www.preferredrealestatemortgage.com/_fwk_Fincludes/xml/default/<?xml version="1.0"?><xsl:stylesheet version="1.0" xmlns:xsl=" http://www.w3.org/199...

JScript/XML problem

855 byte By FreelancerDM at 2007-11-19 15:08:35
Hi everyone!I have an xml file (part of it):<item>Vancouver, BC, September 30, 2005 <a href=" http://www.upsidewireless.com/">Upside Wireless, Inc.</a> announced new financing and the appointment of two high profile international business leaders to its advisory board and...

How to Read XML from TCHAR*

282 byte By madhusudankapoor at 2007-11-19 15:09:21
How can i read XML from TCHAR*<br/>I have XML data in TCHAR* and i wana find a perticular tag from that TCHAT* using C++<br/> hr = pReader->parseURL(URL);<br/>this command parse XML from URL but i want parse from TCHAR*<br/>Regards,<br/>Madhu S. Kapoor