XSL HELP!!
Tue, 27 May 2008 19:58:01 -0700
Hello,
I have a XMl as below:
*******************
<?xml version="1.0" ?>
<p1:Domains_and_Emails xmlns:p1="LDAP">
<Organization>ABCD</Organization>
<Radius Suspended="false" ID="1" Platform_Id="7"
ObjectClass="radiusprofile">
<Common_Name>OptiUser</Common_Name>
<radiusProfileDn>cn=dialup,ou=r ...
|
[ANN] XMLmind Qizx/db XML Database 2.1
Tue, 27 May 2008 14:02:05 +0200
XMLmind is pleased to announce the release of Qizx/db 2.1,
an XML database engine fully supporting XML Query.
Qizx/db Free Engine can be downloaded from
http://www.xmlmind.com/qizx/download.shtml
Qizx/open can be downloaded from
http://www.xmlmind.com/qizx/qizxopen.shtml
Qizx/db customers, please upgrade ...
|
Zune 80G doesn't work with TV
Mon, 26 May 2008 04:54:02 -0700
Does anyone know how to get the Zune 80G to work one my TV?
My Zune 30G works just fine on the TV.
I don't know if this has anything to do with it, but there is an extra
setting in the display settings on the 30G that is not in the 80G, it's
called tv system: NTSC and PAL.
Thanks for any productive input ...
|
Conditional MinOccurs in an XSD
Fri, 23 May 2008 12:41:01 -0700 (PDT)
With the following XML
<ProductTypeID>1</ProductTypeID>
<A/>
<B/>
<C/>
<D/>
I'd like to achieve the following scenario in my xsd:
if ProductTypeID = 1 then the XML should be
<ProductTypeID>1</ProductTypeID>
<A/>
<B/>
if ProductTypeID = 2 then the XML should be
<ProductTypeID>2</ProductTypeID> ...
|
where is DomDocument50 ?
Thu, 22 May 2008 13:06:49 -0700 (PDT)
I am new to XML and not a techie but I do a good bit of VBA in Excel.
I am trying to copy exactly MSDN article aa159897 which uses a WEB
service to copy SharePoint 2007 list data into a Word 2003 document.
My computer has XP w SP1, Word 2003 Prof. w SP3 plus a few MS Office
2007 components. I've installed MS ...
|
MSXML2.ServerXMLHTTP60
Wed, 21 May 2008 16:20:02 -0700
I am calling a web service that works in Windows XP but does not Vista. The
following error is produced calling the send method: "The client and server
cannot communicate, because they do not possess a common algorithm."
Code:
Dim objXMLServerXMLHTTP As MSXML2.ServerXMLHTTP60
Set objXMLServerXMLHTTP = New M ...
|
How to get the namespace URI string?
Tue, 20 May 2008 15:46:09 -0700
Hello,
I have a XML as below:
declare @doc2 xml
SET @doc2 = '<?xml version="1.0" ?>
<p1: Domains_and_Emails xmlns:p1="LDAP">
<Domain>
<UnixEmail>
<uid>info</uid>
<Password>xyz</Password>
<EmailAccount>info@xyz.com</EmailAccount>
</UnixEmail>
</Domain>
</p1: Domains_and_Emai ...
|
|
|
Variable in XQUERY
Tue, 20 May 2008 12:21:35 -0700
Hello,
I have a XML as below:
declare @doc2 xml
SET @doc2 = '<?xml version="1.0" ?>
<p1: Domains_and_Emails xmlns:p1="LDAP">
<Domain>
<UnixEmail>
<uid>info</uid>
<Password>xyz</Password>
<EmailAccount>info@xyz.com</EmailAccount>
</UnixEmail>
</Domain>
</p1: Domains_and_Emai ...
|
XML : How to insert element between two elements ?
Tue, 20 May 2008 08:00:14 +0200
Hi,
I need to insert the following element :
<QUATRE Attr_1="400" Attr_2="100" />
in my xml file witch is looking like that :
<TEST>
<Etape_1>
<NEUF Attr_1="400" Attr_2="100" />
<DIX Attr_1="400" Attr_2="100" />
<ONZE Attr_1="400" Attr_2="100" />
</Etape_1>
<Etape_2>
<UN Attr_1= ...
|
Limiting XSLT result elements
Mon, 19 May 2008 14:29:02 -0700 (PDT)
I have an XSL transformation that sorts some data by date, but now my
client wants me to limit the number of data elements to 4. That is,
if the data contains 6 elements, they want it sorted in ascending
order and only the last 4 records included in the output. I don't see
any easy way to do this, but I figure ...
|