Add multiple parameters to a string
Sat, 29 Mar 2008 17:28:10 -0700 (PDT)
May be the wrong group but someone should be able to advise.
I have the following to display the correct menu in a separate frame:
<% Response.Write "<Menu_id>http://www.restaurantplanet.com/
test_930.asp?menu=" & Recordset1("Menu_id") & "</Menu_id>" %>
This works fine, but I want to add Location_id to t ...
|
How to make InteliSense display XSLT-FO objects
Fri, 28 Mar 2008 09:02:01 -0700
Hi all,
I am going to use XSLT-FO to format a XML. In Visual Studio 2005, how can I
make the InteliSense display the XSLT-FO' s object and property?
Clara
thank you so much for your help ...
|
How to format an embedded tag's content
Fri, 28 Mar 2008 06:22:02 -0700
Hi all,
I have an xml section like this:
...
<summary>
this year we earn <benefit>5,000</benefit> dollars,....
</summary>
...
in the declaration part
<!ELEMENT summary ANY >
I am using XSLT to output the xml file to HTML format, how can I output the
whole summary section and only make the 5, ...
|
Possible using XPath?
Thu, 27 Mar 2008 11:55:23 -0400
Let's say I have the following structure:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<child id="c1">
<child id="gc1">
<child id="ggc1"/>
<child id="ggc2"/>
</child>
<child id="gc2">
<child id="ggc3"/>
<child id="ggc4"/>
</child>
</child>
<child id="c2">
<child id="gc3">
...
|
Using dom save to an xml file
Wed, 26 Mar 2008 16:34:07 -0700 (PDT)
I am using html and dom
x=xmlDoc.getElementsByTagName('person');
for(i=0;i<x.length;i++)
{
x.item(i).setAttribute("color","red");
}
//Output all attribute values
for (i=0;i<x.length;i++)
{
document.write(x[i].getAttribute('category'));
document.write("<br />");
}
Hi tha changes that i am making ...
|
Generate XML File From XML File Using XSLT
Wed, 26 Mar 2008 10:28:58 -0700 (PDT)
I'm really new to XML, and having a difficult time navigating through
all of the syntax. Here's my project:
* I have an XML file that is basically a log file, with entries
appended daily.
* I have a third party application that parses XML files (with special
syntax preceding the raw XML to direct the storage ...
|
Lost email folder
Mon, 24 Mar 2008 06:54:02 -0700
Hi Roady - thanks - I have 2003 Outlook. POP 3. I can see the folder
receiving mail - when I close outlook I get the screen showing send/receive
and it shows the account receiving ...
|
|
|
XML DOM help..
Mon, 24 Mar 2008 04:46:04 -0700 (PDT)
Hi I have two functions, the one is called parsexml and the other one
modify .
The parsexml just read an attribute of an xml file and displays its
output.
the function modify which is being called by a button is supposed to
change the value of that attribut (the attribute in question is called
activated)
...
|
2008 Famous softwares introduce
Mon, 24 Mar 2008 04:11:15 -0700
They are best softwares and best price. The list is not full and now
will be more new version, any more need, please mail me:
judydan@hotmail.com
ArcGIS Engine Developer Kit 9.0 (GIS)
ArcGIS Engine Runtime 9.0 (GIS)
Arcv2CAD.v4.0
CompeGPS Air 5.7
CompeGPS Air v5.7
CompeGPS Land 5.7
CompeGPS Land v5 ...
|
tag documentation
Sun, 23 Mar 2008 01:03:54 -0800
as for each tag in a namespace, is there easy way to get documentation
on what's that tag use for?
for Java, we have Java Doc, but for XML, do we usually refer to schema
file for the XML?
like XMLSchema name space, it has all the tags like
<xs:sequence>
<xs:element>
<xs:annotation>
where can I get m ...
|