3,634 Topics

Member Avatar for
Member Avatar for kacieh80

Could someone point me in the right direction of hopefully a library or code examples, any resources on how to take XML and create a PDF using XSL-FO in Python? If I should have to use an XML renderer, then which XML renderer is recommended?

0
69
Member Avatar for mduncan8

I want to make collapsible groups in an excel document(in excel, on to the Data tab, Outline section, Group button) using XSLT. Is this possible? If so, does anyone have an example or link of how this is done? Thanks in advance.

Member Avatar for sapien
0
497
Member Avatar for deean

Hello, I have a problem. I would like to search certain word from xml. For example: I would like to search "black". And in XML file there is value "black board". But it does not appear. Does anyone know how to solve it? I mean when I type "black", the …

Member Avatar for m.asfak
0
133
Member Avatar for vho123

I am having trouble trying to implement parameter entities so that i can repeat text multiple times within the DTD. example XML code: [CODE] <accounts> <luke> <shipping_address> <address></address> <street></street> <city></city> <postcode></postcode> </shipping_address> </luke> <angie> <billing_address> <address></address> <street></street> <city></city> <postcode></postcode> </billing_address> </angie> </accounts> [/CODE] The address, street, city, postcode elements both …

Member Avatar for xml_looser
0
155
Member Avatar for j_kathiresan

Hi, I'm having XML content as a string. I'm using W3C dom for getting values from the XML. I've a very large XML file with attributes, elements similar like below [CODE=xml]<Shares> <bookDetails bookName="How to Learn English" bookAuthor="English Writer"> <Chapter chapterName="From Alphabetes" chapterPage="23"/> </bookDetails> <company> <name>test</name> <address>test address</address> <contact>test contact</contact> <C02>10.5</C02> …

Member Avatar for thekashyap
0
226
Member Avatar for perlnoob

I just want to ask what this code practically means? [CODE]<xsl:variable name="gSetValues" select="toolPackage:setValues($obDateFormat,$gDocID)"/> <xsl:variable name="gSmi" select="normalize-space(toolPackage:PubMetaDataReader.getEntry($gKey, 'smi'))"/> <xsl:variable name="obDateFormat" select="toolPackage:LNDateFormat.new('<input format date>', '<output format date>', 'ENGLISH', 'German', '19000101', '365', '19000101')"/> <xsl:variable name="vFormattedLoadDate" select="toolPackage:reformat($obLoadDateFormat,$gLoadDate,$gDocID)"/>[/CODE] I don't understand the 'totalPackage' followed by setValues,LNDateFormat,PubMetaDataReader.getEntry,reformat ? How can I connect each different 3 XML …

Member Avatar for xml_looser
0
292
Member Avatar for simplyit

I am doing a final year project titled TRAVEL PLANNER using google map API. This website allows the user to add and manipulate the map to create and define new routes. I need to get data of those routes created by the user, update our database and display the resulting …

Member Avatar for peter_budo
0
83
Member Avatar for agam360

Hello, I have a php code that can find a child node in my xml file, And my problem is that I want to delete the specific user when I find the child node. How can I implement it here? [B]mail-list.xml:[/B] [CODE]<maillist><user><time>2011</time><email>MUBnLmNvbQ==</email></user><user><time>2011</time><email>M0BnLmNvbQ==</email></user></maillist>[/CODE] [B]And here is the php:[/B] [CODE]$xml = simplexml_load_file('mail-list.xml'); …

0
81
Member Avatar for ubi_ct83

first of all,i'm sorry if my topic shouldnt be here.i dont know which forum suite with this. currently im using xampp where i can use apache and sql automatically.but, xampp seems not support jscript and i need to code sumthing using jscript.any other software that i can use other than …

Member Avatar for Sarama2030
0
50
Member Avatar for brandonm

Hi all, I'm having an issue with updating an XML that already exists. I have no problem creating an XML but when it comes appending to the end an existing xml nothing happens. I dont get any error messages so I'm not sure what I'm missing, the first part where …

Member Avatar for brandonm
0
157
Member Avatar for jonow

I currently have am using Google Calendar for a website but I am creating a CMS system and want to be able to edit the calendar straight from my CMS system without having to go login to Google. Is there a way to do this? If not is there an …

Member Avatar for diafol
0
73
Member Avatar for gaboo

I have an xml output file that I want to check that a directory exists: [CODE] <row_element column="6" property_name="TEST">file_name = sample.txt ~ parent_file = main.txt ~ root_directory = c:\main\sample</row_element> <row_element column="6" property_name="TEST">file_name = sample2.txt ~ parent_file = main.txt ~ root_directory = c:\main\sample2</row_element> [/CODE] I tried the code below, but noticed …

Member Avatar for xml_looser
0
159
Member Avatar for nevergone

Hello, I have a website which sells like 5 digital products,and the transactions are made only via PayPal.After the user purchases a product he can login to download. Also affiliates can be created.That's all that it does. I was wondering if a SSL/TSL certificate would be usefull and which type …

Member Avatar for Ramesh.KR
0
83
Member Avatar for aldm

Hi, I want to create rss file in php. Everything works fine except one thing: Link of rss <item> is [url]http://www[/url].[first_part]listingID=BC7486705&idxID=089 . Link is OK, but items are not shown when xml is open. I looked at source code of created xml and part idxID of every link in marked …

Member Avatar for pritaeas
0
113
Member Avatar for dornaled

hi can any body tell me about SimpleXML function i don't know about this so help me. thanks and advanced.

Member Avatar for cwarn23
-1
60
Member Avatar for eltonpiko

hi can someone help me iv never done any programming for standalone or desktop before.web is my domain but i have a task im trying to figure out how i can go about this. iv got a php site were you can search for shops and you get there categories,address,country …

0
48
Member Avatar for aldm

Hi, I want to put xml file to yahoo API and bing API? How can I do this? I want something similar to google base. I have e-commerce site and want my products to be displayed on search on yahoo, so I can set this file is updated daily, weekly, …

0
69
Member Avatar for Joshua Kidd

Hello all, I am very new to PHP about 2 weeks on it now, and I was wondering if there would be any possible way to 1. Write Text to an XML File via FTP(or other way) 2. Delete certain lines, or Delete certain childs in the XML file. (IK …

0
61
Member Avatar for smandape

Hello experts, I am trying to extract the abstract from the following XML code that appears as follow; [CODE] <abstract> <p> In eukaryotes, glutathione S-transferases (GSTs) participate in the detoxification of reactive electrophillic compounds by catalysing their conjugation to glutathione. GST is found as a domain in S-crystallins from squid, …

Member Avatar for iceandrews
0
111
Member Avatar for nip

Hi all, I need to translate my xml data to a new XML file wuth XSLT. I thought I had it, but I only got first row. Need help to write the XSLT. I have XML data exported from access: (using XSLT - to get my file) - <dataroot xmlns:od="urn:schemas-microsoft-com:officedata" …

Member Avatar for downey214
0
112
Member Avatar for MaddTechwf

I know that I can populate a menu using a .INI file but I was wondering if it can be done using an XML file. I would like to be able to add parent and children menu items. Below is a sample of what I want my XML to look …

0
64
Member Avatar for shack99

Hey everyone, I've got a problem. Say I've got two xml files, a student file and a class file. The class file displays all the students in a class; eg- [CODE] <Class> <Student> a </Student> <Student> b </Student> <Student> c </Student> </Class> [/CODE] And the student file stores the details …

Member Avatar for ddanbe
0
109
Member Avatar for chalasesha

hi friends i want to develop a site which uses the google search results and modifies them on some conditions. now i need to know which API to use to get google search response. is there any way to get XML/JSON response from the google for user search. please guide …

Member Avatar for edith135
0
103
Member Avatar for shruwin

Hi, I have to insert data into a database table using jsp and jdbc, query the table data and convert it into an xml file. I am using NetBeans IDE. I'm really stuck and i have a project due. Please do help:'(. Thanks in advance.

Member Avatar for Dean_Grobler
0
259
Member Avatar for f_atencia

Hi all, I'm fairly new to XML and XPath. I was wondering if someone could help me in understanding the following line of code and what element(s) it is pointing to: [CODE]<xsl:variable name="EmpPos" select="[COLOR="Green"]count(preceding-sibling::Employment)+1[/COLOR]"/>[/CODE] Any help is greatly appreciated.

Member Avatar for xml_looser
0
145
Member Avatar for flizbert

Hi, I'm new to these forums and have been working with xslt for about a month. So far I've been able to do just about everything I need with it, but my most recent task has me confused. I have a relatively flat xml structure that I'm using XSLT to …

Member Avatar for xml_looser
0
659
Member Avatar for MaddTechwf

I want to load a Menu based on an XML document. I'm including an example from BartPE that does the same thing. I'm hoping that someone will have some experience with this before. [CODE] <?xml version="1.0"?> <NU2MENU> <MENU ID="Startmenu"> <!--==--> <MITEM TYPE="POPUP" DISABLED="@SetMenuPos( 'L','B' )0" MENUID="Programs">Programs</MITEM> <MITEM TYPE="SEPARATOR"></MITEM> <MITEM TYPE="POPUP" …

0
102
Member Avatar for mrbungle

I have an app that writes to XML. If a text box is filled, then I write that value to the XML doc. [CODE] writer.WriteStartElement("VEHICLE_LICENSE_NUMBER") '10-28 writer.WriteString(frmCitation.txtPlate.Text.ToString) writer.WriteEndElement()[/CODE] If TEST123 is the value in the text box, this is the result. [CODE]<VEHICLE_LICENSE_NUMBER>TEST123</VEHICLE_LICENSE_NUMBER>[/CODE] Question is, if that value in the textbox …

Member Avatar for mrbungle
0
139
Member Avatar for smandape

Hello experts, I am trying to extract the abstract from the following XML code that appears as follow; [CODE] <abstract> <p> In eukaryotes, glutathione S-transferases (GSTs) participate in the detoxification of reactive electrophillic compounds by catalysing their conjugation to glutathione. GST is found as a domain in S-crystallins from squid, …

Member Avatar for smandape
0
130
Member Avatar for DarkLightning7

I am trying to use the java XOM libraries but I am having trouble getting them to work the way I want them to. I want to get each element and its attributes from an xml file then use that information to create folders and files on the users computer …

Member Avatar for DarkLightning7
0
316

The End.