Insert Line Feed into XML
Dear Experts,
I am new to XML
I want to create an Interview Questions Bank (Intra Net) for our institution.
I preferred to store the Question &... more »
|
|
XML / Flash Mp3 player playlist problem
Hey there.
I am learning XML and Actionscript.
I have a problem with getting my XML data to load when my SWF is in an HTML page in a browser. When I... more »
|
|
very easy beginner question(s)
hi all,
I just started to poke the xml and related concepts. What is not clear to me is the following:
I have an xml file called person.xml and... more »
|
|
New window from url in xml file using Simile Timeline
Hi everyone,
I have a xml file that Simile Timeline uses to call events...Some of the events have links in them and I need to have those links open a... more »
|
|
Simple Xpath question; retrieve attributes for specific parent
I have an xml file that looks like this:
<DocBuild name="ABC">
<BldArea name="Components" product="ABC" area="C">
<BldItem name="Item1" ... more »
|
|
XSLT and XML
hello,
I have an xml file like this I left out some lines):
<root>
<tag1>
<!]>
</tag1>
</root> more »
|
|
Access<-->XML/XSD
Hi,
I'm looking for help !
I have the following
- an AccessDB
- a number of XSD
I should be able to
- export data from Access into a XML by using... more »
|
|
can we generate a class using xsd.exe when there is a <simpleType> ?
can we generate a class for the following xsd file using xsd.exe?? it does'nt contain a complex type..
<?xml version="1.0" encoding="UTF-8"... more »
|
|
Help needed to write an XSL - XML to XML transformation
Hi,
I want to change :
<?xml version="1.0" ?>
<nplbiblio >
<document status="U"... more »
|
|
Parsing error for schema file
I have written the following schema file:
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://www.abc.com/DDSchema"
... more »
|
|
Hi
Hi all,
I need some information ergarding adding a node to already existing xml
i have this xml
<order>
<no>1</no>
<name>jkhh</name>
</order> more »
|
|
Deleteing all characters in a string until certain character....
Ok so I have an xml file that list image urls like this....
<imageurl>http://www.tirerack.com/images/tires/kumho/ku_victoracer_s.jpg</imageurl>
I... more »
|
|
Problem in retrieving data from a XML file
Problem in retrieving data from a XML file.......this is my code-
protected void Page_Load(object sender, EventArgs e)
{
DataSet ds =... more »
|
|
Xpath help!
Hello,
I want to use xpath to reference a link in a table cell based on the location of a cell containing a related string two columns to the right... more »
|
|
unparsed html in an xml element string, an xsl problem
1 Reply |
Posted by: mhaft
| Last post by jkmyoung, 8 days ago
Hi,
I have an xml document that uses dublin core namespaces, in it there is an element called <dc:description> which contains a string. This string... more »
|
|
Export XML data from text file to Excel file
Overview: We have a requirement in the c#.NET 1.0 windows application. There will be some input text file in the user’s machine. The user should... more »
|
|
XLST - Help needed to write the XSL (2)
HI,
This time , I need to write the XSL to transform the following document :
<?xml version="1.0"?>
<nplbiblio rundate="20080110">
<document... more »
|
|
XLST - Help needed to write the XSL
Hi,
I want to create a .XSL to transform a XML document like below :
?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<nplbiblio >
... more »
|
|
XSLT question -- template for an unpredictable element
Hi,
Using a data structure of:
<ead>
<archdesc>
...
</archdesc>
</ead> more »
|
|
How to add an attribute
Hi All
Help me
How to add a "xmlns:xsi" as an attribute to the root of my xml document if it is not coming from the source xml.
Thanks in... more »
|
|
character "č"
hello,
I wrote a program that write on disk xml tags; problem is that that file on the disk contains text like:
................
<hello>
č molto... more »
|
|
How to open a pop up window from a XML file
Hi Friends
The below shown is part of XML code
<subcategory>
<name>Portfolio Analytics</name>
<description>Portfolio... more »
|
|
OPENXML sp_xml_preparedocument - how to use it?
Hi
I'm trying to upload XML into SQL Server 2000. I've never used openxml and I'm struggling with it. Below is the procedure with data.
DECLARE... more »
|
|
XSLT : Amend element value
Hi,
i need to amend the value stored in the element in XSLT and this needs to be carried out with in a <template> code..
Please can you help me how... more »
|
|
Silverlight ImageBrush Issue
I'm trying to use the ImageBrush brush in a rectangle to make a picture slideshow in Silverlight, but I'm getting this error everytime I... more »
|
|