preserving markup
Fri, 6 Jun 2008 12:05:11 -0700 (PDT)
I've got some javascript and HTML I want to enter directly into my xml
document. I've entered the JS and HTML content into a tag that's
defined as text in the schema. When I process my xml, the > and < in
the JS and HTML are output as named entitles < and >. As a
result, this content is interpreted by the ...
|
I don't understand the scope of accessing XML elements...
Thu, 5 Jun 2008 07:04:50 -0700 (PDT)
I am having some trouble understanding the scope of the XML that's
passed to an XSL document.
Let me provide an example. Say I have an XML document like this:
<?xml version="1.0" encoding="utf-8"?>
<blog xmlns="">
<blogPosts>
<blogPost id="47">
<title>Blog post 1</title>
<author>Brian</ ...
|
Transform nested XML-Data to nested HTML-Structure
Wed, 4 Jun 2008 11:01:22 -0700 (PDT)
Hello everyone,
can anyone please help me with the following problem?
My XML is like:
<root>
<series>
~~<entry>
~~~~<field1>AA1</field1>
~~~~<field2>
~~~~~~<blah1>BBB1</blah1>
~~~~~~<blah2>BBB2</blah2>
~~~~~~<blah3>
~~~~~~~~<other1>GGGR1</other1>
~~~~~~~~<other2>GGGR2</other1>
~~~~~~</blah3>
~~~~</ ...
|
Couple curieux et tres coquin
Tue, 3 Jun 2008 10:04:19 -0700 (PDT)
[url=http://wantohavesex.com/profile/bzh_cpl.html]Couple curieux et
tres coquin[/url] ...
|
How to order attributes??
Tue, 3 Jun 2008 05:30:22 -0700 (PDT)
I have input XML with this namespace:
<?xml version="1.0" encoding="UTF-8"?>
< xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
And validate XSL:
<xsl:stylesheet xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsl="http://www.w3.org/1999/XSL ...
|
I am needing crack the program AutoDesk Revit MEP 2008 !
Tue, 3 Jun 2008 05:09:34 -0700 (PDT)
Hello John Peterson,
I am needing a help. I bought a program AutoDesk Revit MEP 2008 and I
didn't still get to install for the way of the (FLEX LM).
Would he like to ask its help to know as I do to install this program
through the (FLEX LM)?
I am in I await it of its answer. ...
|
Transform help required
Sun, 1 Jun 2008 08:36:52 +0100
Can someone help me with the XSL to transform my XML document. The input
document's Record element can contain any number of paired Name[N] &
Value[N] elements where N starts at 1 and is incremented by 1 for each
subsequent pair of elements.
Input:
<Records>
<Record>
<Id>1</Id>
<Name ...
|
|
|
node displaying twice
Fri, 30 May 2008 02:12:37 -0700
I have a xml that I need to process that has 1 or 2 child nodes. It will
normally have one "heading" node and one "body" node. But sometimes it will
have only the "body" node.
So I have a match for "heading" that creates a record using both the
"heading" and the following-sibling "body" node.
This work ...
|
Can't get the sort to work
Thu, 29 May 2008 23:48:31 -0700
I can't seem to get my sort to work.
I have the following xsl script:
*********************************************
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<xsl:output method="xml" indent="yes"/>
...
|
How to get the DISTINCT values?
Thu, 29 May 2008 07:26:09 -0700 (PDT)
I use xsl version 2 to transform xml data
This is the input xml file
<?xml version="1.0"?>
<csv xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<line>
<field>210.84</field>
<field>0</field>
<field>1</field>
<field>2</field>
<field>3</field>
</line>
<line>
...
|