1,599 Topics

Member Avatar for
Member Avatar for sri2003

Hi, How can i print "Continued on next page..." at the end of the prev. page when the records are printed in next page also using XSL FOP 1.0? Any sample example or URL please. Thanks in advance.

0
104
Member Avatar for komyg

Hi, I am developing a WSDL file for a Web Service and I am having a problem with the XSD schema associated with this WSDL. The Schema is below: [CODE] <wsdl:types> <xsd:schema targetNamespace="SNIPPED"> <!-- Classes de apoio --> <xsd:simpleType name="resultadoOperacao" final="restriction"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="OK"/> <xsd:enumeration value="NOK"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType …

Member Avatar for komyg
0
275
Member Avatar for spectre1983

Hi all, I'm a bit of an XPath noob and I'd be much obliged if you'd point me in the right direction here. I want to select the first <product> in the source that has the child node <name> = 'bread' The expression below yields the correct naswer but I'm …

Member Avatar for iceandrews
0
107
Member Avatar for ajwei810192

Hi, I have an XML file that attaches an xsl stylesheet using version that has sorting function at the beginning of the file. At the same time, eason, I would like to put in some other information in the beginning, such as html headers as well. Here is my code: …

Member Avatar for ajwei810192
0
185
Member Avatar for ajwei810192

Hi, I have been trying to use multiple sorts on a long xml file using XSLT 2.0, which each one of the xml elements look like: [CODE]<song> <title>(I Just) Died In Your Arms Tonight</title> <category>Rock</category> <album>80 Popular Hits</album> <artist>Cutting Crew</artist> <date added="02-03-2009"/> </song>[/CODE] This is my XSL snippet, and I …

Member Avatar for ajwei810192
0
369
Member Avatar for rag_pratap

Hi, i want to renaming tag in xml file with using xslt. Can anybody help me. [CODE=XML]<?xml version="1.0"?> <section> <p>1</p> <p>2</p> <p>3</p> <p>4</p> </section>[/CODE] OUTPUT:- [CODE=XML] <?xml version="1.0"?> <section> <paraone>1</paraone> <paratwo>2</paratwo> <parathree>3</parathree> <parafour>4</parafour> </section>[/CODE]

Member Avatar for iceandrews
0
292
Member Avatar for novateck

Hi, I work with Scriptura Designer (eclipse based) for document generation. I have to generate now a European transfer form. So I have to add a space between the characters. ex: <chead:LastName>Van Messem</chead:LastName> <chead:FirstName>Erwin</chead:FirstName> So I want in return between each character a blanco space. (Like this: V a n …

Member Avatar for iceandrews
0
119
Member Avatar for Anish Vatsya

I have one alias file which is acting as a wraper to XML. <Alias name='Type'> <Xpath>@subType</Xpath> </Alias> generally this return MEConsumed or MEResource. I want the behaviour that if @subType=MEConsumed then it should return CON and when @subType=MEResource then it should return "REF". Help me with this .. i am …

Member Avatar for Anish Vatsya
0
122
Member Avatar for rag_pratap

[code=html]<table-group> <html> <head><title></title></head> <body> <table width="885"> <tr> <td width="20%"><p></p></td> <td width="20%"><p></p></td> <td width="60%"><p></p></td> </tr> <tr> <th align="left" valign="bottom"><p><b>Revision Date</b></p></th> <th align="left" valign="bottom"><p><b>Sections Revised</b></p></th> <th align="left" valign="bottom"><p><b>Description</b></p></th> </tr> <tr> <td align="left" valign="top"><p>7/1/02</p></td> <td align="left" valign="top"><p>All</p></td> <td align="left" valign="top"><p>Complete manual revision to reflect changes related to the MMIS and HIPAA compliance.</p></td> </tr> …

Member Avatar for iceandrews
0
603
Member Avatar for reidar

I'm just starting with PHP and I was given a rather difficult task. I need to search through multiple XML files in different directories, then return the name of the files that contain a given search input. Will it be easier to write a script that reads all XML files …

Member Avatar for SikoSoft
0
231
Member Avatar for pietromarchy

Hi guys, a not so complex question: [CODE] form xml.etree.ElementTree import * >>> tostring("<home><room>bedroom</room></home>") '<home><room>bedroom</room></home>' [/CODE] I would like to have the indentation in for the string. Something like: <home> [INDENT]<room>bedroom</room> [/INDENT] </home> Of course my document is a little complex. Is it possible to have it in an automatic …

Member Avatar for pietromarchy
0
667
Member Avatar for nirandhn

Hi, I am new in xslt ,i want to remove any tag from xml file with using xslt . Can anybody assit me. Thanks in Advance. Niranjan Kumar My XMl file:- [CODE=XML]<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="emp.xsl"?> <company> <employee id="1"> <name>Niranjan<p>tkadakdk sadfafk ff</p></name> <roll>1</roll> <contact>Delhi</contact> </employee> <employee id="2"> <name>brijesh</name> <roll>1</roll> <contact>Noida</contact> …

Member Avatar for nirandhn
0
2K
Member Avatar for vandalised

Hi basically i have this: [code]<?xml version="1.0" encoding="ISO-8859-1"?> <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd> <cd> <title>Hide your heart</title> <artist>Bonnie Tyler</artist> <country>UK</country> <company>CBS Records</company> <price>9.90</price> <year>1988</year> </cd> <cd> <title>Greatest Hits</title> <artist>Dolly Parton</artist> <country>USA</country> <company>RCA</company> <price>9.90</price> <year>1982</year> </cd> <cd> <title>Still got the blues</title> <artist>Gary Moore</artist> <country>UK</country> <company>Virgin …

Member Avatar for iceandrews
0
711
Member Avatar for Oritm

Hi all, I'm programming an iphone app that uses an xml parser: I got 2 classes: DataManager and XMLParser. the XMLParser class is delegated so i can use functions like parserDidEndDocument. Now in the class DataManager, i call a function in the XMLParser: [CODE]XMLParser *xml = [[XMLParser alloc] init]; NSMutableArray …

0
82
Member Avatar for Ceviz

Hello there! I am pretty new to xml and xsl. I have been trying to achive a dynamic link creation. My xml file has the format like; <root> [INDENT]<customer>company_name</customer> [INDENT]<id>2334</id> <code>xsTu4</code> <mail>info@comany.com</mail>[/INDENT] </customer>[/INDENT] </root> I want to use an XSL file to give me a link like detail.aspx?id=2334 I have …

Member Avatar for iceandrews
0
215
Member Avatar for f_atencia

Hi all, I have 2 xsl variables (currentBillDate and lastBillDate), both having access to dates in format of yyyy-mm-dd. How can I calculate the number of days in between both days? Example: 2006-08-28 - 2006-11-06 I tried it this way but it kept giving me NaN <xsl:value-of select="$currentBilldate - $lastBillDate" …

Member Avatar for fpmurphy
0
277
Member Avatar for MaxDes

Hi all first post! I am attempting to read an XML and display certain portions of the XML in a datagridview. I was able to get one table at a time, but I am having trouble figuring out how to get ALL the info I want from the XML and …

Member Avatar for MaxDes
0
1K
Member Avatar for johnware

Hi XSLT Gurus, I am creating html from xml. I am calling a custom function to initialize the style attribute of a div element. This throws an exception during processing. I call a built-in function to initialize the id attribute of the same div element and it works fine. I …

0
74
Member Avatar for didi00

Hi everyone! So I have a XML code [code] <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/xsl" href="pizza.xsl"?> <pizza_list> <food> <name>Margarita</name> <description>tomato sauce</description> <price>3.60 </price> <diameter>30 cm</diameter> </food> <food> <name>Green</name> <description>tomato, oregano</description> <price>5.40 </price> <diameter>30 cm</diameter> </food> <food> <name>Primaverra</name> <description>tomato, mozzarella, cucumber</description> <price>5.30 </price> <diameter>30 cm</diameter> </food> <food> <name>Sandokan</name> <description>tomato, crab meat</description> <price>6.40 …

Member Avatar for didi00
0
148
Member Avatar for vho123

My task is to create a translation.xslt file that will use the wordlist.xml as input to transform into another XML file(translation.xml). I have attempted some coding but stuck how to do the rest. I am not sure how to create a <total>, he value of <total> is the total number …

Member Avatar for Intekhab_Sheikh
0
126
Member Avatar for rb3rd

Good day! We have to push an input XML file (see format below) thru an XSLT to transform it to a regular XML which can be read by our 3rd party software. The problem is, the XSLT will only store 1 set of "Identifier" and its subsequent "Quantity" values. I …

Member Avatar for rb3rd
0
141
Member Avatar for Nicole Maxx

This is my first real website, so please forgive my lack of knowledge, I am trying. Please ask any questions if I do not explain my problem well enough. This is where you can find my in progress site [url]http://www.maxxsunglasses.com/development/MaxxWeb2010/products.html[/url] When I click on products or about us or company …

0
109
Member Avatar for tuomari

Hi! I have been looking into this the whole day, and I haven't found any good straight answers to my problem. So what i am trying to do, is that I have a XML file where i have defined for example what is the name of the column (In this …

Member Avatar for kvprajapati
0
193
Member Avatar for phingko

HI guys, I want to count the journals that classification is computing and published after 2000 this is my xml structure [CODE] <journal> <title classification= "computing">Approaching digital equity: is wifi the new leveler &</title> <authors> <author> <surname>Middleton</surname> <firstname>Karen L.</firstname> </author> <author> <surname>Chambers</surname> <firstname>Valrie</firstname> </author> </authors> <journalName>Information Technology & People</journalName> <volume>Vol. …

Member Avatar for fpmurphy
0
89
Member Avatar for iamthwee

Hi guys, Looking for opinions on what would be the best/easiest xml parser to use. Size and speed aren't really an issue here, just ease of use. Using std::strings as well would be beneficial. Please reply only if you've had experience using one.

Member Avatar for scrontch
1
220
Member Avatar for veroniclake

Hi, I am trying to write Japanese to a XML file generated through java. i am trying to write "日本語" to the XML But the generated XML is showing "???" instead of Japanese characters. [CODE]<?xml version="1.0" encoding="ISO-8859-1"?> <Project>???</Project> [/CODE] How to overcome this problem. i need your help desperately.

Member Avatar for fpmurphy
0
99
Member Avatar for awk

This is my first attempt at creating my own RSS feed but I can't seem to make it valid through [url]http://validator.w3.org/feed/check.cgi[/url] The issue is that it doesn't appear like the & character in <link> or <guid> For example: [url]http://www.example.com/?mode=viewpage&page=34324[/url] How can I get this to work? I'm feeling very puzzled.

Member Avatar for fpmurphy
0
120
Member Avatar for jaferic

Hi im trying to develop an aplication that needs to load an xml file from flash using action script 3, the problem is that the xml file is constantly modificated so the AS3 needs to constantly read that file, any suggestions on how to do this? Thanx!

Member Avatar for iamthwee
0
36
Member Avatar for brightline

Dears, I have an application that deals with MS Outlook. I want to save(serialize) an AppointmentItem object as XML file. Can I ??? Thanks in advance...

0
50
Member Avatar for phingko

I wonder if I should post this in AJAX forum. I want to compare the xml value with the PHP that I have using a parameter. So far I can compare only one of them. How about if there are two values that I want to compare? I tried using …

0
61

The End.