Support for xsl created from wordml using inference tool
Tue, 13 May 2008 01:23:35 -0700 (PDT)
We are creating word documents using the wordml approach. Following
are the steps carried out,
1? Create an xml file to create the report template
2? Open this xml file in word and apply the formatting for the static
part of the document which does not involve any business logic (like
adding header, footer, ...
|
xml parsing
Sat, 10 May 2008 07:37:03 -0700 (PDT)
Hi, i've a problem with my astoria project.
i've created a db named SalesOrderCompany and from this the entity
model of the db that it's used in the web service of the astoria
project. i would like to display in a silverlight datagrid thr result
of the query (select customer):
"http://localhost:50527/SalesCom ...
|
XPath SelectSingleNode query with quotes problem.
Thu, 08 May 2008 16:02:15 +0100
I've got a problem reading in and searching through data where the
attributes might contain both single and/or double quotes. As they get
inserted into an XmlDocument, they get marked up with " and
' properly (which I can tell by looking at OuterXML), but then
using xPath to search for them is provin ...
|
issue when transforming
Wed, 7 May 2008 10:14:40 -0500
We are currently using the XslCompiledTransform class to transform an xml
file, but we're getting this strange a character with a hat over it (Â).
When I look at the xsl the part that is causing this has something like
this:
<span>
<xsl:text> </xsl:text>
</span>
So I guess I'm trying to ...
|
Re: New Crack Engineering Software
Mon, 05 May 2008 13:59:09 -0700
Need info on price and other charge for :
SCANDPOWER PETROLEUM TECHNOLOGY OLGA v5.2.1 - 1CD
ASPENONE ASPEN Flarenet v2006 (with Manuals) - 1CD
ASPENONE ASPEN HYSYS v2006 ( with manuals) ? 1CD
ASPENONE ASPEN HTFS v2006 ? 1CD
*** Sent via Developersdex http://www.developersdex.com *** ...
|
How I can query this xml file use XPATH expression?
Fri, 2 May 2008 02:16:46 -0700 (PDT)
<CIM>
<INSTANCE CLASSNAME="CIM_DataFile">
<PROPERTY NAME="FileSize" TYPE="uint64">
<VALUE>247296</VALUE>
</PROPERTY>
<PROPERTY NAME="Name" TYPE="string">
<VALUE>e:\tool\gawk.exe</VALUE>
</PROPERTY>
</INSTANCE>
<INSTANCE CLASSNAME="CIM_DataFile">
<PROPERTY NAME="FileSize" TYPE="uint64">
<VALUE>220</VALUE>
...
|
XSLT question
Wed, 30 Apr 2008 16:16:50 -0700 (PDT)
XSL noob here -
I have XML similar to the following:
<response>
<a>
<b>
<c id="1">data</c>
<c id="2">data</c>
<c id="3">data</c>
<c id="4">data</c>
</b>
</a>
</response>
I want to transform the XML so that the result is the same except one
of the c nodes is always returned first in the response ba ...
|
|
|
MIME/base64 encoded files in an XML document?
Wed, 30 Apr 2008 11:21:02 -0700
I have a schema for XML docs in which I need to handle embedded binary files.
I defined it with mime/base64 encoding and am looking for advice about
whether this is the right approach to handle this:
<xs:complexType name="AttachedFile">
<xs:sequence>
<xs:element name="FileName" type="xs:string">
...
|
Sewing, Embroidery & SignMaking Software..
Wed, 30 Apr 2008 06:53:14 -0700
Sewing, Embroidery & SignMaking Software..
Professional Embroidery Software
----
Accurate Embroidery Software v4.0
ApS Ethos v7.0 (All Modular) "NEW"
Barudan Punchant v7.0 F (Pro)
Barudan TES v2.0 (Creator Pro)
Barudan TES v3.01 (Pro Elite) "NEW"
Bits & Volts v7.11 (DC II+DL)
Bits & Volts v8.20 (DC-II ...
|
IXMLHTTPRequest.Send and Shift-JIS
Tue, 29 Apr 2008 15:30:07 -0700 (PDT)
I need to get Excel data with Japanese characters uploaded as a text
tab-delimited files to a web server that requires Shift-JIS character-
encoding for Japanese characters. Excel won't save as Shift-JIS.
First, it works fine if we manually:
-- Save out from Excel as Excel's "Unicode Text" file type.
-- Ope ...
|