We have a UTF-8 Oracle 9i database
When we run a query using ADO.NET and write to an XML document, we then, get a lot of question marks for the data that is Unicode.
We have tested each of...
Im trying to format a date in XSL, Im currently using the Transform stylesheet. Can someone please give me a example how to format 03/22/2003 to March 22, 2003 Thanks
Here is what I hav...
I am developing a web application (HTML application - HTA) which running only in CLIENT, (there is no any service side techniques I can use) to display customer's shopping data.
The applicati...
Hello,
We are trying to consume a web service from our Linux box using the curl command but are stuck with the syntax.
The web service is expecting the xml to be fed in via a string and ...
Hello group,
How can I find the node <b> that contains the empty name attribute?
<a>
<b name="" code="0">
</a>
<a>
<b name="somename" code="0">
</a>
I'm using XPath with...
Hi, I am new to FOP, XSLT, etc.
Is there a detailed site or tutorial to learn how to use XSLT with FOP?
We have FOP set up on our server and I am programming an Oracle APEX web applicati...
This is the code I'm using to replace commas or dots in numbers. but it looks like both xsl:if are always true:
<!-- code above is looping through attributes of an element -->
<xsl:when ...
I have a webpage that loads a pretty simple XML dataset that looks like this:
<?xml version="1.0"?>
<!--POTW Script: Generated 12/12/2004 3:07:57 PM-->
<POTW date="December 4, 2004">Some ...
Hi
I have an output file of XML which looks like
<CR><CR_NAME><![CDATA["INT-Afghanistan"]]></CR_NAME><CR_SRC><![CDATA[" 98289383"]]></CR_SRC><CR_SRCLEN><![CDATA[" "]]></CR_SRCLEN><CR_SRC...
I need to take the information below and convert it to a pipe delimited .txt file. I also need to appeand some static headers to the some static text to the .txt file as well (I guess you mig...
This XML works just fine:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE recordset [
<!ENTITY copy "©">
]>
<recordset>
<someTag>Copyright ©</someTag>
</recordset>
But ...
Hi I have an XML feed set up for my website, clients are sending their XML feeds, which don't quite match my XML, so at the moment, i am hand concerting the elements etc. I have started to lo...
Hi!
I want to rename some element node names of an XML file by using XSL. but i dunno how
i want to rename certain nodes, and copy other (normal )nodes straight away to the output witho...
I want to know if there is a way to read and update a comment in the xml file...
I am currently using dom4j..
i know that there is a addComment method in dom4j which can add a comment to an ...
I have a test xml file of the form:
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="colors.xsl"?>
<named_colors>
<color name="AliceBlue" hex="#F0F8FF" />
<color name="A...
I would like to be able to create a table using XSL.
When the using clicks on header link I would like the table to be resorted in a accending order. All of this needs to be done with ja...
Can I convert an XML to RTF or DOC file using XSLT
This is a problem that persists and I am desperate to solve it!!!
I have a XML problem: a vulnerability known as MS07-042.
There is no KB936227 known to be on my Windows XP Pro SP2 system; a...
I am using XSLT for XML to XML transformation. In one of the templates I am getting a value which I need to convert to its reverse and dispaly. i have been trying hard to build a logic for the...
I am building a website for a client that is selling their products on eBay. They are interested in a page on their site that lists all of the producst that they are currently selling on ebay...
How do I capitalize the first letter of a word?
I am having troubling getting my nested for-each statement to work. I have the following XML code and I need the following results:
<!---XML Code-->
<Document>
<BrainDeathWorkup>
<Br...
hi,
i have created a xml Document object (java) and added some element to it. now i want to export the xml to a OutputStream (file or whatever). How can i do that ?
I am using msxml 4 to load a xml file into DOM tree. The problem is, the XML file is not well formed as it:
- does not specify the encoding
- does not have a byte-order mark at the beginni...
Hi
i developed small application using asp.net,c# which gets the nodelist, from nodelist will get the data based on elementname.Here is the code :
here Utility is my own xml class it retur...