Tagged Questions
The cxml tag has no wiki summary.
2
votes
1answer
364 views
How do i exclude everything but text/html from a heritrix crawl?
On: Heritrix Usecases there is an Use Case for "Only Store Successful HTML Pages"
My Problem: i dont know how to implement it in my cxml File. Especially:
Adding the ContentTypeRegExpFilter to the ...
1
vote
1answer
63 views
Pivotviewer's .cxml parsing
I'm trying to do very simple operations on a .cxml file. As you know it's basically an .xml file. This is a sample file I created to test the application:
<?xml version="1.0" encoding="utf-8"?>
...
1
vote
1answer
37 views
XML for Invoicing - Industry Standards?
I've come across an application that needs to send invoice information via FTP to various clients. The XML being output by the application is pretty simple however it does not conform to any ...
0
votes
2answers
58 views
Sanitising URLS (mainly for spaces) when parsing XML iPhone
I'm parsing XML using CXML in my iphone app, works fine when the locaiton I'm searching for (using query string) is a single word. However when I add a space (Say i'm searching for shoe shop) it falls ...
0
votes
0answers
61 views
Pivotviewer CXML DTD Error
I have deployed my pivotviewer application to a test server, everything is setup correctly on the server, it has the relevant mimetypes and pivotviewer handlers configured.
But when i try to access ...
0
votes
1answer
142 views
uploading a simple collection for pivotviewer
Hey I am creating a demo to display the benefits of using a pivotviewer. I created a simple collection with about 50 items to display, and created a simple pivotviewer to display it.
here is my ...
0
votes
0answers
69 views
PHP: Receive cXML data, Parse, and Save as XML
I'm looking for a PHP Script to receive cXML data, Parse, and Save as XML file. I will be sending the information via a Java Program to our server.
Will pass three arguments to the Java Program:
Will ...
0
votes
1answer
66 views
Problem cxml PunchoutSetupRequest in Struts2… while receiving request
i am using servlet to recive rquest in Struts2 for cxml punchout module, the xml document will be sent with request in stream and i had used request.getInputStream() and request.getReader() to recive ...
0
votes
1answer
78 views
Problem while retrieving hidden parameter with CXML text as value from Struts2 Project to Simple JSP project
Am passing a cxml document text from Servlet to JSP in struts2 and the jsp will submit form BODY onload with action = "to Second Project" also the same cxml text been passed in hidden parameter and ...
0
votes
0answers
74 views
Setting up Iprocurement on supplier site - trouble with ordermessage
I am in the process of setting up my clients site for use with an Oracle iProcurement system.
I successfully set up the launch page and start pages, authenticated the user, and allowed them to shop. ...
0
votes
0answers
52 views
Searching a site which uses cXML standard
XML standard has the ItemSearchRequest document which allows you to specify a search criteria and the ItemSearchResponse document which returns the list of search results.
I was wondering if there is ...
0
votes
1answer
536 views
What is the best way to read and write cXML documents in C#?
I know this is a vague open ended question. I'm hoping to get some general direction.
I need to add cXML punchout to an ASP.NET C# site / application. This is replacing something that I wrote years ...
0
votes
1answer
553 views
C# and cXML - Best way to do it
Does anyone have worked with cXML and C#?
I'm working in a project that will need to create cXML files (integration will Dell's electronic Purchase Ordering system) and have found some libs like this ...