Newbie: How to override namespace
Wed, 26 Apr 2006 10:03:50 +0200
I am an XSL newbie and maybe I am trying to do something really stupid here,
but anyway: I get XML output from a third party application and I am trying
to create an XSL that formats these into nice HTML for viewing. The XMLs I
get already refer to a namespace defined by this third party vendor.
However, i ...
|
Moving Nodes between XMLDOM
25 Apr 2006 16:00:37 -0700
is it possible to move nodes between XMLDOM objects ?
I'm using MSXML 4.0 and I have two DOMs. I want to take an existing
Node (and it's children) and "transplant" it into the 2nd document,
using .insertBefore() but I'm getting an error.
[COM Exception]
msxml4.dll=Insert position Node must be a Child of t ...
|
MSXML4-Unexpected Transformation error generating an Excel Spreads
Tue, 25 Apr 2006 06:01:03 -0700
Error:- msxml4.dll - "The parameter is incorrect"
I have a valid XML (UTF-8 format) file which is aprox. 2.5mb and I am
carrying out a transformation within ASP (Server-Side VB-Script) which will
generate a valid XML (aprox. 100mb) file which will then be streamed to the
client as an MS Excel spreadsheet. ...
|
How to Preserve XML Encoding in an Identity Transformation?
25 Apr 2006 01:56:59 -0700
Hi,
I use Xalan to do an identity transformation of an XML File to another
XML File. However Xalan automatically adds the encoding UTF-8 to the
xml meta tag.
I see two ways to overcome this:
1. Explicitly preserve XML Encoding in transformed XML File ?
2. Shut off the default XML Encoding set in Xala ...
|
Some insertions and deletions in XML file
24 Apr 2006 21:09:44 -0700
Hello all,
Could anyone please help me with the following
This is my "Input XML" file
===========================
<?xml:stylesheet type="text/xsl" href="a-1.xsl"?>
<!DOCTYPE hdbkedit PUBLIC "-//ASM//DTD HANDBK.DTD 19960930 Ver
3.0//EN" "handbk.dtd"> -->
<!DOCTYPE article SYSTEM "entity.dtd">
<hdbk ...
|
Aligning table data according to "colspec" element
24 Apr 2006 21:08:50 -0700
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|
Generation of numbers and subnumbers
24 Apr 2006 21:07:25 -0700
This is my XML file
===================
<equation id="E0000023" numbered="1">
<bold>L</bold> = <bold>D</bold>+<bold>W</bold></equation>
<equation id="E0000024" numbered="1">
<bold>L</bold> = <bold>D</bold>+<bold>W</bold></equation>
<equation id="E0000025" second.level="reset" numbered="1">
<bo ...
|
|
|
[ANNOUNCE] XQuery Hacks
24 Apr 2006 14:48:38 -0700
[Announce] Hello Everyone,
Stylus Studio has just released a new educational video tutorial
entitled An Introduction to XQuery - you can watch it online at:
http://www.stylusstudio.com/videos/xqueryedit1/xqueryedit1.html
An Introduction to XQuery covers the following topics:
- Viewing your code in the sou ...
|
xsd error on creating a class file
Sat, 22 Apr 2006 23:24:46 -0700
Hi,
I am trying to turn an xml file into a cs file. I first use the command
"xsd filename.xml /o:." to create the xsd file. Then use that to create
the cs file using the command "xsd filename.xsd /c". Here is the xml
file and the error i get:
<Envelope xmlns="urn:schemas-microsoft-com:xml-data"
xmlns:dt=" ...
|
Problem with HTML tags in XSL Transformation
Fri, 21 Apr 2006 11:21:55 -0500
Hi Everyone,
I have quick little problem. What I have is a XSLT transformation that take
HTML formated text as input, and displays it. My source string is in RTF
format and I use EasyByte library to convert it to XHTML, and place it in
the XML file for the XSLT.
The transformation complians about items ...
|